diff options
author | Francois Pons <fpons@mandriva.com> | 2001-08-28 16:10:54 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-08-28 16:10:54 +0000 |
commit | 8fa4652973bcd1e2eaabed250df104d0b40de209 (patch) | |
tree | 35764b581da796750b282bfedc972a0c0494cd71 /perl-install | |
parent | e1fe5305048ee428e6f386247f8e05c6863b10fb (diff) | |
download | drakx-8fa4652973bcd1e2eaabed250df104d0b40de209.tar drakx-8fa4652973bcd1e2eaabed250df104d0b40de209.tar.gz drakx-8fa4652973bcd1e2eaabed250df104d0b40de209.tar.bz2 drakx-8fa4652973bcd1e2eaabed250df104d0b40de209.tar.xz drakx-8fa4652973bcd1e2eaabed250df104d0b40de209.zip |
really fix typo...
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/Makefile.config b/perl-install/Makefile.config index 014f372db..48d379551 100644 --- a/perl-install/Makefile.config +++ b/perl-install/Makefile.config @@ -14,7 +14,7 @@ STAGE2 = $(ROOTDEST)/Mandrake/base/mdkinst_stage2 BASE = $(ROOTDEST)/Mandrake/base DESTREP4PMS = $(DEST)$(REP4PMS) PERL = perl -LOCALFILES = (ddcprobe/ddcxinfos serial_probe/serial_probe xhost+) +LOCALFILES = $(patsubst %, ../tools/%,ddcprobe/ddcxinfos serial_probe/serial_probe xhost+) DIRS = c Newt resize_fat #po CFLAGS = -Wall override CFLAGS += -pipe |