summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c36439a7f..85eee1baf 100644
--- a/Makefile
+++ b/Makefile
@@ -70,7 +70,8 @@ upload_only:
function upload() { rel=`echo $$1 | sed 's!$(ROOTDEST)/!!'`; rsync -qSavz --verbose --exclude '*~' -e ssh --delete $$1/$$2 mandrake@ken:/c/cooker/$$rel; } ;\
upload $(MEDIA_INFO_DEST) 'compssUsers.pl*' ;\
upload $(MEDIA_INFO_DEST) rpmsrate ;\
- upload $(STAGE2_DEST) '*_stage2.bz2' ;\
+ upload $(STAGE2_DEST) '*.clp' ;\
+ upload $(STAGE2_DEST) mdkinst.kernels ;\
upload $(EXTRA_INSTALL_DEST)/advertising '' ;\
upload $(MISC_DEST) gendistrib ;\
upload $(MISC_DEST) mdkinst_stage2_tool ;\