diff --git a/srcpkgs/texlive-bin/template b/srcpkgs/texlive-bin/template index 5c6a74fbddc..9c98b8ce0fc 100644 --- a/srcpkgs/texlive-bin/template +++ b/srcpkgs/texlive-bin/template @@ -1,7 +1,7 @@ # Template file for 'texlive-bin' pkgname=texlive-bin version=2014 -revision=2 +revision=3 maintainer="Christian Neukirchen " 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 }