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