From 9cd385d3256ba63e6cf6e7c5802647b443642922 Mon Sep 17 00:00:00 2001 From: Guillaume Cottenceau Date: Wed, 12 Dec 2001 21:01:03 +0000 Subject: externalize patch_pcmcia_config (from make_boot_img) because we need it in perl-install/Makefile also --- perl-install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install/Makefile') diff --git a/perl-install/Makefile b/perl-install/Makefile index 4a7c0daf1..bbbcad83e 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -159,7 +159,7 @@ endif ifeq (i386,$(ARCH)) cp -a /etc/pcmcia $(DEST)/etc - patch --no-backup-if-mismatch -p0 -d $(DEST)/etc < ../tools/pcmcia_config.patch + ../tools/patch_pcmcia_config.pl $(DEST)/etc/pcmcia/config ../all.modules/`cat ../all.kernels/.main`/modules.dep endif find $(DEST) -name CVS | xargs rm -rf -- cgit v1.2.1