Also install a copy of the pkgdef template when creating a new sandbox on
irix.
This commit is contained in:
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
|
||||||
|
|||||||
Reference in New Issue
Block a user