summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2007-08-31 14:04:21 +0000
committerOlivier Blin <oblin@mandriva.com>2007-08-31 14:04:21 +0000
commitc7275ef1bbd43363c4ffacb2df4f1875bc2254de (patch)
treeadd1f9b31d821f0ccd6c00af616a9c2723ce11d2 /Makefile
parentb166f9bceae92921b71cd5ffc997fdca2abda7df (diff)
downloadldetect-lst-c7275ef1bbd43363c4ffacb2df4f1875bc2254de.tar
ldetect-lst-c7275ef1bbd43363c4ffacb2df4f1875bc2254de.tar.gz
ldetect-lst-c7275ef1bbd43363c4ffacb2df4f1875bc2254de.tar.bz2
ldetect-lst-c7275ef1bbd43363c4ffacb2df4f1875bc2254de.tar.xz
ldetect-lst-c7275ef1bbd43363c4ffacb2df4f1875bc2254de.zip
add back -r BASE (I am so lame)
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 78eaa1b6..12b1fdb7 100644
--- a/Makefile
+++ b/Makefile
@@ -34,7 +34,7 @@ cleandist:
rm -rf $(PACKAGE)-$(VERSION) $(PACKAGE)-$(VERSION).tar.bz2
localcopy:
- svn export -q . $(PACKAGE)-$(VERSION)
+ svn export -q -rBASE . $(PACKAGE)-$(VERSION)
tar:
tar cvf $(PACKAGE)-$(VERSION).tar $(PACKAGE)-$(VERSION)