From fb66f1afd9531db22206d3621863bb072f0b08ea Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 9 Jan 2001 23:33:27 +0000 Subject: (get_needed_files): generate /usr/share/VERSION which contains the version of ChangeLog (which is updated at each upload) --- perl-install/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/perl-install/Makefile b/perl-install/Makefile index b609994df..de0b977fc 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -115,6 +115,8 @@ endif for i in fonts keyboards locales gconv keymaps; do tar xfj `../tools/specific_arch share/$$i.tar.bz2` -C $(DEST); done + grep ChangeLog CVS/Entries > $(DEST)/usr/share/VERSION + cd share ; cp -a modparm.lst $(DEST)/usr/share cd share ; cp -a consolefonts $(DEST)/usr/share cd share ; cp template.in/*.in $(DEST)/usr/share -- cgit v1.2.1