texlive-bin: fix texlive.sh
This commit is contained in:
parent
14e806736f
commit
940b0f28be
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue