summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-08-14 13:25:04 +0000
committerThierry Vignaud <tv@mandriva.org>2007-08-14 13:25:04 +0000
commitabc78d62d5b324ccf5c6130b0e11464eb9c9f220 (patch)
tree531c49b6c90589744c960943e7a96f1c53a2046e
parentce332a091c3091bd1b7090422a391383753e9579 (diff)
downloaddrakmenustyle-abc78d62d5b324ccf5c6130b0e11464eb9c9f220.tar
drakmenustyle-abc78d62d5b324ccf5c6130b0e11464eb9c9f220.tar.gz
drakmenustyle-abc78d62d5b324ccf5c6130b0e11464eb9c9f220.tar.bz2
drakmenustyle-abc78d62d5b324ccf5c6130b0e11464eb9c9f220.tar.xz
drakmenustyle-abc78d62d5b324ccf5c6130b0e11464eb9c9f220.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 dac07ee..f6ede44 100644
--- a/Makefile
+++ b/Makefile
@@ -23,7 +23,7 @@ install: all
dis: clean
rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar*
- svn export -q . $(NAME)-$(VERSION)
+ svn export -q -rBASE . $(NAME)-$(VERSION)
find $(NAME)-$(VERSION) -name '*.pl' -o -name drakmenustyle | xargs perl -pi -e 's/\s*use\s+(diagnostics|vars|strict).*//g'
tar cjf ../$(NAME)-$(VERSION).tar.bz2 $(NAME)-$(VERSION)
rm -rf $(NAME)-$(VERSION)