diff options
author | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-05-17 12:15:33 +0000 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@mandriva.org> | 2004-05-17 12:15:33 +0000 |
commit | 9237e1859405f3838f45d3819b51ab1504ba1024 (patch) | |
tree | 1b44f66c82f899829420705ddeafa9c5077952b3 /perl-install/Makefile | |
parent | ea135697a2b2db06e288d43523665ad45a37e567 (diff) | |
download | drakx-9237e1859405f3838f45d3819b51ab1504ba1024.tar drakx-9237e1859405f3838f45d3819b51ab1504ba1024.tar.gz drakx-9237e1859405f3838f45d3819b51ab1504ba1024.tar.bz2 drakx-9237e1859405f3838f45d3819b51ab1504ba1024.tar.xz drakx-9237e1859405f3838f45d3819b51ab1504ba1024.zip |
Remove an obsolete check for XFree86-VGA16
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index e68ab44a4..3bd0e18b3 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -84,9 +84,6 @@ mo_files : $(MOFILES) get_needed_files: $(DIRS) mo_files $(MAKE) -C share - @if rpm -q XFree86-VGA16 | grep -q 29mdk; then echo "XFree86-VGA16 29mdk is bad, downgrade to 28mdk" ; exit 1 ; fi - -# 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 eval `perl -V:version`; \ cat share/list `../tools/specific_arch share/list` | \ perl -pe "s/ARCH/$(ARCH)/g ; s/PERL_VERSION/$$version/g ; s|/LIB/|/$(LIB)/|g " | \ |