From cdf2cad98772fa54646a34ec37589216841af242 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Fri, 2 Aug 1996 20:27:54 +0000 Subject: *** empty log message *** --- ChangeLog | 2 ++ Makefile | 2 +- release/SOURCES.0.0 | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index a1877542..20c956c6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ Fri Aug 2 11:02:11 1996 Thomas Bushnell, n/BSG * Makefile (cp-linked-files): Add missing hyphen to rule. (dist): Delete directory named for VERSION, not old var DATE. + Build tar file from SRCDIR to avoid embedding an odd pathname in + the archive. Tue Jul 30 13:54:47 1996 Thomas Bushnell, n/BSG diff --git a/Makefile b/Makefile index 438554d8..3c953b7f 100644 --- a/Makefile +++ b/Makefile @@ -77,7 +77,7 @@ endif dist: $(srcdir)/hurd-snap $(addsuffix -lndist,$(filter-out $(subdirs-nodist), $(subdirs))) lndist mv $(srcdir)/hurd-snap $(srcdir)/$(dirname)-$(version) - tar cfz $(srcdir)/$(dirname)-$(version).tar.gz $(srcdir)/$(dirname)-$(version) + cd $(srcdir); tar cfz $(dirname)-$(version).tar.gz $(dirname)-$(version) rm -rf $(srcdir)/$(dirname)-$(version) clean: $(addsuffix -clean,$(lib-subdirs)) $(addsuffix -clean,$(working-prog-subdirs)) clean-misc diff --git a/release/SOURCES.0.0 b/release/SOURCES.0.0 index f2dc31db..05a8ec45 100644 --- a/release/SOURCES.0.0 +++ b/release/SOURCES.0.0 @@ -30,7 +30,7 @@ hurd (0.0) indent (1.9.1) inetutils (1.1) less (320) -libc (2.0) +libc (1.93) m4 (1.4) miscfiles (1.0) nvi (1.71) -- cgit v1.2.3