summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-03-08 23:23:16 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-03-08 23:23:16 +0000
commitee4ba937cf28b777ba9faa252ddc5379cef82cb8 (patch)
tree58e4077dacacb0d04a5b3099797bf0b1b5e00d31
parent15cde5c25f4ec7b5b8121d8a13ab9fe7c105e4b3 (diff)
downloaddrakx-ee4ba937cf28b777ba9faa252ddc5379cef82cb8.tar
drakx-ee4ba937cf28b777ba9faa252ddc5379cef82cb8.tar.gz
drakx-ee4ba937cf28b777ba9faa252ddc5379cef82cb8.tar.bz2
drakx-ee4ba937cf28b777ba9faa252ddc5379cef82cb8.tar.xz
drakx-ee4ba937cf28b777ba9faa252ddc5379cef82cb8.zip
no_comment
-rw-r--r--perl-install/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 5443526d5..c7255effd 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -57,7 +57,7 @@ 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
perl -pe "s/ARCH/$(ARCH)/g" share/list > /tmp/list
# perl -pi -e 's/00503/5.660/g' /tmp/list
- cat `../tools/specific_arch share/list` >> /tmp/list
+ cat `specific_arch share/list` >> /tmp/list
find auto -follow -name "*.so" >> /tmp/list
for i in $(LOCALFILES) `cat /tmp/list` ; do \
@@ -109,7 +109,7 @@ endif
perl -ane 'symlink "$$F[1]", "$(DEST)/usr/bin/$$F[0]"' aliases
- for i in fonts keyboards locales gconv; do tar xfy `../tools/specific_arch share/$$i.tar.bz2` -C $(DEST); done
+ for i in fonts keyboards locales gconv; do tar xfy `specific_arch share/$$i.tar.bz2` -C $(DEST); done
cp -a modparm.lst $(DEST)/usr/share
cd share ; cp -a keymaps $(DEST)/usr/share