summaryrefslogtreecommitdiffstats
path: root/rescue/Makefile
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2008-02-28 23:28:06 +0000
committerOlivier Blin <oblin@mandriva.com>2008-02-28 23:28:06 +0000
commitae4b6e5ced416aa6cfd44e95f1a879e1dde625ab (patch)
treee3f6acdc562a4bb71e6d5fb4617ba31f6f7f2436 /rescue/Makefile
parentb1bf18828bf2bea23f0e98362b87475a4772b909 (diff)
downloaddrakx-backup-do-not-use-ae4b6e5ced416aa6cfd44e95f1a879e1dde625ab.tar
drakx-backup-do-not-use-ae4b6e5ced416aa6cfd44e95f1a879e1dde625ab.tar.gz
drakx-backup-do-not-use-ae4b6e5ced416aa6cfd44e95f1a879e1dde625ab.tar.bz2
drakx-backup-do-not-use-ae4b6e5ced416aa6cfd44e95f1a879e1dde625ab.tar.xz
drakx-backup-do-not-use-ae4b6e5ced416aa6cfd44e95f1a879e1dde625ab.zip
use export -rBASE
Diffstat (limited to 'rescue/Makefile')
-rw-r--r--rescue/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue/Makefile b/rescue/Makefile
index 9e36cf445..5dc62873a 100644
--- a/rescue/Makefile
+++ b/rescue/Makefile
@@ -16,7 +16,7 @@ $(RESCUE): list.xml drvinst guessmounts lsparts rescue-doc make_rescue_img
tar:
rm -rf $(PRODUCT)*.tar* $(PRODUCT)-$(VERSION)
mkdir -p $(PRODUCT)-$(VERSION)/tools
- svn export -q . $(PRODUCT)-$(VERSION)/rescue
+ svn export -q -rBASE . $(PRODUCT)-$(VERSION)/rescue
cp ../Makefile.config $(PRODUCT)-$(VERSION)/
cp ../tools/install-xml-file-list $(PRODUCT)-$(VERSION)/tools
tar cfj $(PRODUCT)-$(VERSION).tar.bz2 $(PRODUCT)-$(VERSION)