From a147240e963aa1be9eb4c3daa838abb69f22358e Mon Sep 17 00:00:00 2001 From: "Tom G. Christensen" Date: Thu, 17 Apr 2008 13:11:26 +0000 Subject: [PATCH] Use the irix relnotes templates also for solaris --- newpkg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/newpkg b/newpkg index 1596192..f9fb160 100644 --- a/newpkg +++ b/newpkg @@ -27,11 +27,12 @@ if [ "$($UNAME -s)" == "IRIX" -o "$($UNAME -s)" == "IRIX64" ]; then $SED -e 's;bin/bash;usr/tgcware/bin/bash;g' $arg1/build.sh > $arg1/build.sh.tmp $MV $arg1/build.sh.tmp $arg1/build.sh $CP scripts/pkgdef.template.irix $arg1/meta/pkgdef - $CP scripts/relnotes.template.irix $arg1/meta/relnotes fi if [ "$($UNAME -s)" == "SunOS" ]; then $CP scripts/pkgdef.template $arg1/meta/pkgdef fi + +$CP scripts/relnotes.template.irix $arg1/meta/relnotes # Make build script executable chmod 755 $arg1/build.sh