From f31b09da4acf8714292851eef127b059dee2dea1 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 10 Dec 2004 16:50:40 +0000 Subject: move drakx VERSION file in install/stage2 (used by bugzilla) --- Makefile | 1 + perl-install/Makefile | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f2144fb86..600662505 100644 --- a/Makefile +++ b/Makefile @@ -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/* -- cgit v1.2.1