diff options
author | Francois Pons <fpons@mandriva.com> | 2000-08-24 15:57:23 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2000-08-24 15:57:23 +0000 |
commit | 328ce33d9b48588abd507591d403ffcdf9612a93 (patch) | |
tree | 376572183d1ad3ac56718f5a21b08d721c7486f4 /perl-install/Makefile | |
parent | ae6724e80a75c2e253daa9ded045c756f399e860 (diff) | |
download | drakx-328ce33d9b48588abd507591d403ffcdf9612a93.tar drakx-328ce33d9b48588abd507591d403ffcdf9612a93.tar.gz drakx-328ce33d9b48588abd507591d403ffcdf9612a93.tar.bz2 drakx-328ce33d9b48588abd507591d403ffcdf9612a93.tar.xz drakx-328ce33d9b48588abd507591d403ffcdf9612a93.zip |
*** empty log message ***
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 8b56ad717..98214ccdd 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -52,6 +52,7 @@ install_pms: $(DIRS) chmod a+x $(DESTREP4PMS)/commands chmod a+x $(DESTREP4PMS)/standalone/* chmod a+x $(DESTREP4PMS)/g_auto_install + chmod a+x $(DESTREP4PMS)/live_install* 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 |