diff options
-rw-r--r-- | perl-install/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |