texlive-bin: template file corrected

missing a part of the @@ARCH@@ substitution string, fixed.
This commit is contained in:
onekk 2014-04-30 16:25:00 +02:00
parent 3aa97b3a37
commit a518789580

View file

@ -51,8 +51,8 @@ do_install(){
vmkdir etc/profile.d
# For system environment vars and desktop extra shortcut
case "$XBPS_TARGET_MACHINE" in
i686) sed -e 's/@@ARCH@@/i386/' ${FILESDIR}/texlive.sh > ${DESTDIR}/etc/profile.d/texlive.sh ;;
x86_64) sed -e 's/@@ARCH@@/x86_64/' ${FILESDIR}/texlive.sh > ${DESTDIR}/etc/profile.d/texlive.sh ;;
i686) sed -e 's/@@ARCH@@/i386-linux/' ${FILESDIR}/texlive.sh > ${DESTDIR}/etc/profile.d/texlive.sh ;;
x86_64) sed -e 's/@@ARCH@@/x86_64-linux/' ${FILESDIR}/texlive.sh > ${DESTDIR}/etc/profile.d/texlive.sh ;;
esac