Irix packages now live in /usr/tgcware

This commit is contained in:
Tom G. Christensen 2006-06-11 09:48:09 +00:00
parent 1919360026
commit b40dd27f70

2
newpkg
View File

@ -24,7 +24,7 @@ done
$CP scripts/build.sh.generic $arg1/build.sh
if [ "$($UNAME -s)" == "IRIX" -o "$($UNAME -s)" == "IRIX64" ]; then
$SED -e 's;bin/bash;usr/local/bin/bash;g' $arg1/build.sh > $arg1/build.sh.tmp
$SED -e 's;bin/bash;usr/tgcware/bin/bash;g' $arg1/build.sh > $arg1/build.sh.tmp
$MV $arg1/build.sh.tmp $arg1/build.sh
$CP scripts/pkgdef.template.irix $arg1/meta/pkgdef
$CP scripts/relnotes.template.irix $arg1/meta/relnotes