Doh!
This commit is contained in:
parent
f44a2f526a
commit
4d0fb00229
2
newpkg
2
newpkg
@ -24,7 +24,7 @@ done
|
|||||||
|
|
||||||
$CP scripts/build.sh.generic $arg1/build.sh
|
$CP scripts/build.sh.generic $arg1/build.sh
|
||||||
chmod 755 $arg1/build.sh
|
chmod 755 $arg1/build.sh
|
||||||
if [ "$($UNAME -s)" == "IRIX" -a "$($UNAME -s)" == "IRIX64" ]; then
|
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/local/bin/bash;g' $arg1/build.sh > $arg1/build.sh.tmp
|
||||||
$MV $arg1/build.sh.tmp $arg1/build.sh
|
$MV $arg1/build.sh.tmp $arg1/build.sh
|
||||||
$CP scripts/pkgdef.template.irix $arg1/meta/pkgdef
|
$CP scripts/pkgdef.template.irix $arg1/meta/pkgdef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user