summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordamien <damien@mandriva.com>2000-12-19 15:22:41 +0000
committerdamien <damien@mandriva.com>2000-12-19 15:22:41 +0000
commit84a4032b9568201a534e6d8b9f0924bdd32f74df (patch)
tree752ca94e4c7d2cb9eab29d6726fee1f92568403d
parent845b7de8847cf536f8b4a222ad12316a7c054d13 (diff)
downloaddrakx-backup-do-not-use-84a4032b9568201a534e6d8b9f0924bdd32f74df.tar
drakx-backup-do-not-use-84a4032b9568201a534e6d8b9f0924bdd32f74df.tar.gz
drakx-backup-do-not-use-84a4032b9568201a534e6d8b9f0924bdd32f74df.tar.bz2
drakx-backup-do-not-use-84a4032b9568201a534e6d8b9f0924bdd32f74df.tar.xz
drakx-backup-do-not-use-84a4032b9568201a534e6d8b9f0924bdd32f74df.zip
corrected upload directory for the firewall
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index fc38080ba..d3e8a10c5 100644
--- a/Makefile
+++ b/Makefile
@@ -95,7 +95,7 @@ upload: clean install
# cvs commit perl-install/ChangeLog # otherwise i always have a conflict :-(
upload_firewall: clean install
- function upload() { rsync -qSavz --verbose --exclude '*~' -e ssh --delete $(ROOTDEST)/$$1/$$2 mandrake@kenobi:/mnt/BIG/build/corporate/pieces/install.firewall/$$1; } ;\
+ function upload() { rsync -qSavz --verbose --exclude '*~' -e ssh --delete $(ROOTDEST)/$$1/$$2 mandrake@kenobi2:/mnt/port/build/corporate/pieces/install.firewall/$$1; } ;\
upload Mandrake/mdkinst '' ;\
upload Mandrake/base compss* ;\
upload Mandrake/base *_stage2.gz ;\