texlive-bin: template file corrected
missing a part of the @@ARCH@@ substitution string, fixed.
This commit is contained in:
parent
3aa97b3a37
commit
a518789580
|
@ -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
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue