Also install a copy of the pkgdef template when creating a new sandbox on
irix.
This commit is contained in:
parent
2ff1b5e084
commit
0a32c3529f
4
newpkg
4
newpkg
@ -32,3 +32,7 @@ fi
|
|||||||
if [ "$($UNAME -s)" == "SunOS" ]; then
|
if [ "$($UNAME -s)" == "SunOS" ]; then
|
||||||
cp scripts/pkgdef.template $arg1/meta/pkgdef
|
cp scripts/pkgdef.template $arg1/meta/pkgdef
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [ "$($UNAME -s)" == "IRIX" ]; then
|
||||||
|
cp scripts/pkgdef.template.irix $arg1/meta/pkgdef
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user