Also install a copy of the pkgdef template when creating a new sandbox on

irix.
This commit is contained in:
Tom G. Christensen 2004-07-14 14:32:45 +00:00
parent 2ff1b5e084
commit 0a32c3529f

4
newpkg
View File

@ -32,3 +32,7 @@ fi
if [ "$($UNAME -s)" == "SunOS" ]; then
cp scripts/pkgdef.template $arg1/meta/pkgdef
fi
if [ "$($UNAME -s)" == "IRIX" ]; then
cp scripts/pkgdef.template.irix $arg1/meta/pkgdef
fi