diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-12-16 16:13:34 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-12-16 16:13:34 +0000 |
commit | 3bf40616e233d127ecc0c1f90edd740d23a361ca (patch) | |
tree | 123688226f45977d93c97ab68635dfd492a5f54d /perl-install/Makefile.drakxtools | |
parent | e76ac94274b3c3e3bb809f9a73718a56e652631b (diff) | |
download | drakx-3bf40616e233d127ecc0c1f90edd740d23a361ca.tar drakx-3bf40616e233d127ecc0c1f90edd740d23a361ca.tar.gz drakx-3bf40616e233d127ecc0c1f90edd740d23a361ca.tar.bz2 drakx-3bf40616e233d127ecc0c1f90edd740d23a361ca.tar.xz drakx-3bf40616e233d127ecc0c1f90edd740d23a361ca.zip |
use ldetect-lst
Diffstat (limited to 'perl-install/Makefile.drakxtools')
-rw-r--r-- | perl-install/Makefile.drakxtools | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/perl-install/Makefile.drakxtools b/perl-install/Makefile.drakxtools index 514840c64..f21df531e 100644 --- a/perl-install/Makefile.drakxtools +++ b/perl-install/Makefile.drakxtools @@ -1,6 +1,6 @@ include Makefile.config -DIRS = ddcprobe serial_probe share/po Newt c pci_probing resize_fat +DIRS = ddcprobe serial_probe share/po Newt c resize_fat PREFIX = SBINDEST = $(PREFIX)/usr/sbin ETCDEST = $(PREFIX)/etc/gtk @@ -33,7 +33,6 @@ install: install -m 644 share/po/*.po $(LIBDEST)/po install -m 644 $(patsubst %,Newt/%.pm,Newt) $(LIBDEST)/Newt install -m 644 $(patsubst %,c/%.pm,stuff) $(LIBDEST)/c - install -m 644 $(patsubst %,pci_probing/%.pm,main pcitable pci_class) $(LIBDEST)/pci_probing install -m 644 $(patsubst %,sbus_probing/%.pm,main) $(LIBDEST)/sbus_probing install -m 644 $(patsubst %,resize_fat/%.pm,main any boot_sector c_rewritten dir_entry directory fat info_sector io) $(LIBDEST)/resize_fat cp -rf auto icons $(LIBDEST) |