diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-08-16 15:44:10 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-08-16 15:44:10 +0000 |
commit | f81b32e31ed390741885751da287a35409d6efb5 (patch) | |
tree | 0f4109adbd497ec2da408c6267881cef41ce475f /Makefile | |
parent | 49e352ab67343e8c27e04e2713ad050c466fa7d3 (diff) | |
download | drakx-backup-do-not-use-f81b32e31ed390741885751da287a35409d6efb5.tar drakx-backup-do-not-use-f81b32e31ed390741885751da287a35409d6efb5.tar.gz drakx-backup-do-not-use-f81b32e31ed390741885751da287a35409d6efb5.tar.bz2 drakx-backup-do-not-use-f81b32e31ed390741885751da287a35409d6efb5.tar.xz drakx-backup-do-not-use-f81b32e31ed390741885751da287a35409d6efb5.zip |
no_comment
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -83,7 +83,8 @@ clean: upload: clean install function upload() { rsync -qSavz --verbose --exclude '*~' -e ssh --delete $(ROOTDEST)/$$1/$$2 mandrake@kenobi:/c/cooker/$$1; } ;\ upload Mandrake/mdkinst '' ;\ - upload Mandrake/base {compss*,mdkinst_stage2.gz,rescue_stage2.gz} ;\ + upload Mandrake/base compss* ;\ + upload Mandrake/base *_stage2.gz ;\ upload boot '' ;\ for i in $(RELEASE_BOOT_IMG); do upload images $$i; done ;\ echo |