aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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