diff options
author | Francois Pons <fpons@mandriva.com> | 2001-08-28 16:06:14 +0000 |
---|---|---|
committer | Francois Pons <fpons@mandriva.com> | 2001-08-28 16:06:14 +0000 |
commit | e1fe5305048ee428e6f386247f8e05c6863b10fb (patch) | |
tree | 2bf814aef5ec4be172054d9aa247b4e85e6bc1dc /perl-install | |
parent | eb9e2baf8c1f66710eb359779788c4929a3cf4b0 (diff) | |
download | drakx-e1fe5305048ee428e6f386247f8e05c6863b10fb.tar drakx-e1fe5305048ee428e6f386247f8e05c6863b10fb.tar.gz drakx-e1fe5305048ee428e6f386247f8e05c6863b10fb.tar.bz2 drakx-e1fe5305048ee428e6f386247f8e05c6863b10fb.tar.xz drakx-e1fe5305048ee428e6f386247f8e05c6863b10fb.zip |
fixed 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 36fdbeee5..014f372db 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 = (ddcprobe/ddcxinfos serial_probe/serial_probe xhost+) DIRS = c Newt resize_fat #po CFLAGS = -Wall override CFLAGS += -pipe |