summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 434a5a0eb..cb6aeefdd 100644
--- a/Makefile
+++ b/Makefile
@@ -74,9 +74,9 @@ upload:
upload_only:
function upload() { rsync -qSavz --verbose --exclude '*~' -e ssh --delete $(ROOTDEST)/$$1/$$2 mandrake@ken:/c/cooker/$$1; } ;\
upload Mandrake/mdkinst '' ;\
- upload Mandrake/base compssUsers* ;\
+ upload Mandrake/base 'compssUsers*' ;\
upload Mandrake/base rpmsrate ;\
- upload Mandrake/base *_stage2.bz2 ;\
+ upload Mandrake/base '*_stage2.bz2' ;\
upload Mandrake/share/advertising '' ;\
upload misc gendistrib ;\
upload misc make_mdkinst_stage2 ;\
@@ -84,8 +84,8 @@ upload_only:
upload misc packdrake.pm ;\
upload misc auto ;\
upload images MD5SUM ;\
- upload images *.img* ;\
- upload images *.iso* ;\
+ upload images '*.img*' ;\
+ upload images '*.iso*' ;\
upload images/alternatives '' ;\
upload isolinux '' ;\
echo