The OS X packaging patch renamed the staging directory to .inst (instead of .stage). Update the SVR4 packaging script to reflect the new name.

svn path=/trunk/; revision=24769
This commit is contained in:
Jeff Morriss 2008-04-04 16:14:17 +00:00
parent 2b1a1e2b98
commit 0e941f397e
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ fi
# Initialize our variables
prepdir=`dirname $0`
prototype="$prepdir/Prototype"
stagedir=$srcdir/${pkg}.stage
stagedir=$srcdir/${pkg}.inst
# Create the Prototype file
cat > $prototype <<Fin