texlive-bin: fix texlive.sh
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user