texlive-bin: fix texlive.sh

This commit is contained in:
Christian Neukirchen 2014-09-15 20:30:55 +02:00
parent 14e806736f
commit 940b0f28be

View file

@ -1,7 +1,7 @@
# Template file for 'texlive-bin'
pkgname=texlive-bin
version=2014
revision=2
revision=3
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
homepage="http://tug.org/texlive/"
license="GPL-2"
@ -16,6 +16,6 @@ do_install() {
x86_64) tlarch=x86_64;;
arm*) tlarch=armhf;;
esac
sed -e "s/@@ARCH@@/${tlarch}/; s/@@VERSION@@/${version}/" \
sed -e "s/@@ARCH@@/${tlarch}-linux/; s/@@VERSION@@/${version}/" \
${FILESDIR}/texlive.sh >${DESTDIR}/etc/profile.d/texlive.sh
}