From f5b6d853f3ed37cd88f4797f7bfb41fef7dd81ce Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Thu, 27 Jan 2000 22:15:55 +0000 Subject: no_comment --- perl-install/Makefile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'perl-install/Makefile') diff --git a/perl-install/Makefile b/perl-install/Makefile index 4555835f7..9911740d5 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -55,9 +55,8 @@ install_pms: $(DIRS) get_needed_files: $(DIRS) # export PERL_INSTALL_TEST=1 ; strace -f -e trace=file -o '| grep -v "(No such file or directory)" | sed -e "s/[^\"]*\"//" -e "s/\".*//" | grep "^/" | grep -v -e "^/tmp" -e "^/home" -e "^/proc" -e "^/var" -e "^/dev" -e "^/etc" -e "^/usr/lib/rpm" > /tmp/list ' $(PERL) -d install2 < /dev/null - cp -f `../tools/specific_arch share/list` /tmp/list -# cp -f share/list /tmp/list -# perl -pi -e "s/ARCH/$(ARCH)/" /tmp/list + perl -pe "s/ARCH/$(ARCH)/g" share/list > /tmp/list + cat `../tools/specific_arch share/list` >> /tmp/list find auto -follow -name "*.so" >> /tmp/list for i in $(LOCALFILES) `cat /tmp/list` ; do \ @@ -109,7 +108,7 @@ endif perl -ane 'symlink "$$F[1]", "$(DEST)/usr/bin/$$F[0]"' aliases - tar xfy `../tools/specific_arch share/locales.tar.bz2` -C $(DEST) + for i in fonts keyboards locales gconv; do tar xfy `../tools/specific_arch share/$$i.tar.bz2` -C $(DEST); done cp -a modparm.lst $(DEST)/usr/share cd share ; cp -a keymaps $(DEST)/usr/share -- cgit v1.2.1