summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-08-14 13:35:36 +0000
committerThierry Vignaud <tv@mandriva.org>2007-08-14 13:35:36 +0000
commit398cf991d391539ff9d30cb95231485f0dc11420 (patch)
tree9950367af4822df679d85ed187eda3f44e41738d /Makefile
parentb8609dd027cabcf53810435eed347c62e38c004e (diff)
downloadldetect-398cf991d391539ff9d30cb95231485f0dc11420.tar
ldetect-398cf991d391539ff9d30cb95231485f0dc11420.tar.gz
ldetect-398cf991d391539ff9d30cb95231485f0dc11420.tar.bz2
ldetect-398cf991d391539ff9d30cb95231485f0dc11420.tar.xz
ldetect-398cf991d391539ff9d30cb95231485f0dc11420.zip
use -rBASE for svn export in order to please blino by making sure local changes do not got exported
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d2f26f6..c33a6e6 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,7 @@ install: build
install libldetect.h $(includedir)
dis ../$(NAME)-$(VERSION).tar.bz2: clean
- svn export -q . $(NAME)-$(VERSION)
+ svn export -q -rBASE . $(NAME)-$(VERSION)
tar cfj ../$(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION)
rm -rf $(NAME)-$(VERSION)