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.config | |
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.config')
-rw-r--r-- | perl-install/Makefile.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index a24f67bc8..3b3608a0e 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -4,7 +4,7 @@ ARCH := $(patsubst sparc%,sparc,$(ARCH)) VERSION = 2.2.10-BOOT SUDO = sudo SO_FILES = c/blib/arch/auto/c/c.so -PMS = *.pm Newt/*.pm c/stuff.pm resize_fat/*.pm pci_probing/*.pm sbus_probing/*.pm commands install2 g_auto_install live_install live_install2 +PMS = *.pm Newt/*.pm c/stuff.pm resize_fat/*.pm sbus_probing/*.pm commands install2 g_auto_install live_install live_install2 STANDALONEPMS= diskdrake XFdrake mousedrake lspcidrake printerdrake keyboarddrake netdrake draknet drakxconf drakxservices draksec drakboot adduserdrake rpmdrake drakgw livedrake PMS += $(STANDALONEPMS:%=standalone/%) REP4PMS = /usr/bin/perl-install @@ -15,7 +15,7 @@ BASE = $(ROOTDEST)/Mandrake/base DESTREP4PMS = $(DEST)$(REP4PMS) PERL = perl LOCALFILES = $(patsubst %, ../tools/%,$(ARCH)/e2fsck.shared ddcprobe/ddcxinfos serial_probe/serial_probe xhost+) -DIRS = c Newt pci_probing resize_fat #po +DIRS = c Newt resize_fat #po CFLAGS = -Wall override CFLAGS += -pipe |