From 0a32c3529f3e97fa854cb9d8859426c49b4f92ef Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Wed, 14 Jul 2004 14:32:45 +0000 Subject: [PATCH] Also install a copy of the pkgdef template when creating a new sandbox on irix. --- newpkg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/newpkg b/newpkg index b87258d..90e64d1 100644 --- a/newpkg +++ b/newpkg @@ -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