------------------------------------------------------------
revno: 766
committer: Brian Gough <[email protected]>
branch nick: trunk
timestamp: Wed 2011-08-24 16:41:28 +0100
message:
  fix problem with tar vs extracted dir name for emacs-23.3a
modified:
  gnu/emacs/Makefile
=== modified file 'gnu/emacs/Makefile'
--- a/gnu/emacs/Makefile        2011-08-24 15:02:21 +0000
+++ b/gnu/emacs/Makefile        2011-08-24 15:41:28 +0000
@@ -1,11 +1,12 @@
 GARNAME = emacs
-GARVERSION = 23.3a
+GARVERSION = 23.3
+MINOR_UPDATE = a
 
 MASTER_SITES = $(MASTER_GNU)
 MASTER_SUBDIR = emacs/
 
-DISTFILES = $(DISTNAME).tar.gz
-SIGFILES = $(DISTNAME).tar.gz.sig
+DISTFILES = $(DISTNAME)$(MINOR_UPDATE).tar.gz
+SIGFILES = $(DISTNAME)$(MINOR_UPDATE).tar.gz.sig
 
 BUILDDEPS = ncurses texinfo
 # LIBDEPS = 

Reply via email to