summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-08-14 13:35:58 +0000
committerThierry Vignaud <tv@mandriva.org>2007-08-14 13:35:58 +0000
commitfa7a9c43a7dd4e44b2de926a0cc5c54cca28154d (patch)
treec29310b1785c70d218b62f407bdc6425e5350e36
parent66a693b46b3906949c9197472c16a9deafa1c6ae (diff)
downloadldetect-lst-fa7a9c43a7dd4e44b2de926a0cc5c54cca28154d.tar
ldetect-lst-fa7a9c43a7dd4e44b2de926a0cc5c54cca28154d.tar.gz
ldetect-lst-fa7a9c43a7dd4e44b2de926a0cc5c54cca28154d.tar.bz2
ldetect-lst-fa7a9c43a7dd4e44b2de926a0cc5c54cca28154d.tar.xz
ldetect-lst-fa7a9c43a7dd4e44b2de926a0cc5c54cca28154d.zip
use -rBASE for svn export in order to please blino by making sure local changes do not got exported
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 2224fc27..a66d7291 100644
--- a/Makefile
+++ b/Makefile
@@ -32,7 +32,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)