changeset 995:9cb2c2723b73

*** empty log message ***
author Eric S. Raymond <esr@snark.thyrsus.com>
date Fri, 14 Aug 1992 22:56:58 +0000
parents 5b2a1922c4d5
children 0e8ace07a231
files make-dist
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/make-dist	Fri Aug 14 22:36:42 1992 +0000
+++ b/make-dist	Fri Aug 14 22:56:58 1992 +0000
@@ -37,6 +37,7 @@
     # for creating incremental or patch distributions
     "--newer")
       newer=$2
+      new=.new
       shift
     ;;
     * )
@@ -76,7 +77,7 @@
 
 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