summaryrefslogtreecommitdiffstats
path: root/Makefile
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
commitf94f232c493bafaa6a8eff7f1eb1ca2426b67415 (patch)
tree447739f34e2800d1683d6777816de7dc3523b644 /Makefile
parent1cc49fa82c480569c02894ddf005932f37b6b0e7 (diff)
downloaddrakx-kbd-mouse-x11-f94f232c493bafaa6a8eff7f1eb1ca2426b67415.tar
drakx-kbd-mouse-x11-f94f232c493bafaa6a8eff7f1eb1ca2426b67415.tar.gz
drakx-kbd-mouse-x11-f94f232c493bafaa6a8eff7f1eb1ca2426b67415.tar.bz2
drakx-kbd-mouse-x11-f94f232c493bafaa6a8eff7f1eb1ca2426b67415.tar.xz
drakx-kbd-mouse-x11-f94f232c493bafaa6a8eff7f1eb1ca2426b67415.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 4069dd1..1f712e8 100644
--- a/Makefile
+++ b/Makefile
@@ -46,7 +46,7 @@ clean:
dis:
rm -rf $(NAME)-$(VERSION) ../$(NAME)-$(VERSION).tar*
- svn export -q . $(NAME)-$(VERSION)
+ svn export -q -rBASE . $(NAME)-$(VERSION)
find $(NAME)-$(VERSION) -name .cvsignore |xargs rm -rf
tar cf ../$(NAME)-$(VERSION).tar $(NAME)-$(VERSION)
bzip2 -9f ../$(NAME)-$(VERSION).tar