From d4b16eb2e94653b877e60f2c79d79310a84067a9 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 8 Sep 1998 16:38:58 +0000 Subject: No longer needs tar-1.13. svn path=/trunk/; revision=2070 --- Makefile.in | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile.in') diff --git a/Makefile.in b/Makefile.in index 8d496d9f..51698ec0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -240,10 +240,11 @@ dist: Makefile.in ls -l fetchmail-$(VERS).tar.gz @echo "Don't forget to build RPMs from root!" -# This requires my patch to tar-1.12, or a stock tar-1.13 (not yet released); -# the version must implement the --name-prefix option. fetchmail-$(VERS).tar.gz: $(all) - tar --name-prefix='fetchmail-$(VERS)/' -czf fetchmail-$(VERS).tar.gz `cat MANIFEST` + (cd ..; ln -sf fetchmail fetchmail-$(VERS)) + (cd ..; tar -czf fetchmail-$(VERS).tar.gz `sed