aboutsummaryrefslogtreecommitdiffstats
path: root/make-dist
diff options
context:
space:
mode:
authorEric S. Raymond <[email protected]>1992-08-14 22:56:58 +0000
committerEric S. Raymond <[email protected]>1992-08-14 22:56:58 +0000
commitf8db4c013a9a3fbedf42809c0dad3ace056f101e (patch)
tree299532c13e2d05e28075f1b23df43e8f1260ca9b /make-dist
parent00c00348f41760d2baa37e84ff63d79138ce1373 (diff)
*** empty log message ***
Diffstat (limited to 'make-dist')
-rwxr-xr-xmake-dist3
1 files changed, 2 insertions, 1 deletions
diff --git a/make-dist b/make-dist
index 17ce892240..cbb2dce88f 100755
--- a/make-dist
+++ b/make-dist
@@ -37,6 +37,7 @@ while [ $# -gt 0 ]; do
# for creating incremental or patch distributions
"--newer")
newer=$2
+ new=.new
shift
;;
* )
@@ -76,7 +77,7 @@ fi
echo "Creating staging directory: \`${tempparent}'"
mkdir ${tempparent}
-emacsname="emacs-${version}"
+emacsname="emacs-${version}${new}"
tempdir="${tempparent}/${emacsname}"
# This trap ensures that the staging directory will be cleaned up even