From e07bcedee9ba3a1443ac619b1c23fd2de568a146 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Wed, 17 Sep 2008 15:14:39 +0000 Subject: (tar) adjust path accordingly --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index c09a4ae..26171d4 100644 --- a/Makefile +++ b/Makefile @@ -46,7 +46,7 @@ localcopy: find . -not -name "$(PACKAGE)-$(VERSION)"|cpio -pd $(PACKAGE)-$(VERSION)/ tar: - tar cfj $(PACKAGE)-$(VERSION).tar.bz2 --exclude-vcs ../$(PACKAGE)-$(VERSION) + tar cfj $(PACKAGE)-$(VERSION).tar.bz2 --exclude-vcs $(PACKAGE)-$(VERSION) rm -rf ../$(PACKAGE)-$(VERSION) buildrpm: -- cgit v1.2.1