diff options
-rw-r--r-- | Makefile | 1 | ||||
-rw-r--r-- | perl-install/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
@@ -72,6 +72,7 @@ upload_only: upload $(MEDIA_INFO_DEST) rpmsrate ;\ upload $(STAGE2_DEST) '*.clp' ;\ upload $(STAGE2_DEST) mdkinst.kernels ;\ + upload $(STAGE2_DEST) VERSION ;\ upload $(EXTRA_INSTALL_DEST)/advertising '' ;\ upload $(MISC_DEST) gendistrib ;\ upload $(MISC_DEST) mdkinst_stage2_tool ;\ diff --git a/perl-install/Makefile b/perl-install/Makefile index b3703bad8..a62d4217a 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -182,7 +182,7 @@ endif for i in fonts keyboards locales-skeleton keymaps; do tar xfj share/$$i.tar.bz2 -C $(DEST); done - grep ChangeLog CVS/Entries > $(DEST)/usr/share/VERSION + grep ChangeLog CVS/Entries > $(STAGE2_DEST)/VERSION gzip -9f $(DEST)/usr/share/ldetect-lst/* |