diff options
author | damien <damien@mandriva.com> | 2000-12-19 15:22:41 +0000 |
---|---|---|
committer | damien <damien@mandriva.com> | 2000-12-19 15:22:41 +0000 |
commit | 84a4032b9568201a534e6d8b9f0924bdd32f74df (patch) | |
tree | 752ca94e4c7d2cb9eab29d6726fee1f92568403d | |
parent | 845b7de8847cf536f8b4a222ad12316a7c054d13 (diff) | |
download | drakx-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-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ;\ |