summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-02-22 20:52:53 +0000
committerThierry Vignaud <tv@mandriva.org>2007-02-22 20:52:53 +0000
commitf022bc5af6fd2fcf03aca6e1cb3789bf8a0e2647 (patch)
tree8bb78b6189b46d1b027bbdc93cda5330c7991f3c /Makefile
parent5d423931b50453f99d33b13ec3481baf3bf820d6 (diff)
downloadldetect-lst-f022bc5af6fd2fcf03aca6e1cb3789bf8a0e2647.tar
ldetect-lst-f022bc5af6fd2fcf03aca6e1cb3789bf8a0e2647.tar.gz
ldetect-lst-f022bc5af6fd2fcf03aca6e1cb3789bf8a0e2647.tar.bz2
ldetect-lst-f022bc5af6fd2fcf03aca6e1cb3789bf8a0e2647.tar.xz
ldetect-lst-f022bc5af6fd2fcf03aca6e1cb3789bf8a0e2647.zip
use svn export instead of tar for preparing the tarball
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 008e60aa..aa30c2a8 100644
--- a/Makefile
+++ b/Makefile
@@ -32,11 +32,8 @@ install: build
cleandist:
rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2
-dir:
- mkdir $(PACKAGE)-$(VERSION)
-
localcopy:
- tar c --exclude=.svn $(FILES) | tar x -C $(PACKAGE)-$(VERSION)
+ svn export -q . $(PACKAGE)-$(VERSION)
tar:
tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION)
@@ -46,7 +43,7 @@ tar:
# rules to build a distributable rpm
-dist: cleandist dir localcopy tar
+dist: cleandist localcopy tar
log: changelog