aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tv@mandriva.org>2007-08-14 13:25:07 +0000
committerThierry Vignaud <tv@mandriva.org>2007-08-14 13:25:07 +0000
commit2bd4af9392c71c184a00c6f25e49bf8b5e1da1da (patch)
treec1f4eb3ef1687a6732b0c71de6612b5ccd798fa8 /Makefile
parent6c90adc602be8226da38a9b82f5ea14669a85acd (diff)
downloadrpmdrake-2bd4af9392c71c184a00c6f25e49bf8b5e1da1da.tar
rpmdrake-2bd4af9392c71c184a00c6f25e49bf8b5e1da1da.tar.gz
rpmdrake-2bd4af9392c71c184a00c6f25e49bf8b5e1da1da.tar.bz2
rpmdrake-2bd4af9392c71c184a00c6f25e49bf8b5e1da1da.tar.xz
rpmdrake-2bd4af9392c71c184a00c6f25e49bf8b5e1da1da.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 546b900e..abc77b73 100644
--- a/Makefile
+++ b/Makefile
@@ -64,7 +64,7 @@ tar:
dis: clean
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