bug-gsrc
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug-gsrc] /srv/bzr/gsrc/trunk r766: fix problem with tar vs extracted d


From: Brian Gough
Subject: [bug-gsrc] /srv/bzr/gsrc/trunk r766: fix problem with tar vs extracted dir name for emacs-23.3a
Date: Wed, 24 Aug 2011 16:41:28 +0100
User-agent: Bazaar (2.3.1)

------------------------------------------------------------
revno: 766
committer: Brian Gough <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]