aboutsummaryrefslogtreecommitdiffstats
path: root/packaging/svr4/mkpkg
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2008-04-04 16:14:17 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2008-04-04 16:14:17 +0000
commit0e941f397e57fc736bb38f9bb894f96797baaa3c (patch)
tree3d7c3ac446fd5f822f90258b69be630ee4170709 /packaging/svr4/mkpkg
parent2b1a1e2b981662cee0099c76fa96e2dc687dc087 (diff)
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
Diffstat (limited to 'packaging/svr4/mkpkg')
-rwxr-xr-xpackaging/svr4/mkpkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/svr4/mkpkg b/packaging/svr4/mkpkg
index 27456964c7..5fbc320df9 100755
--- a/packaging/svr4/mkpkg
+++ b/packaging/svr4/mkpkg
@@ -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