summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorGuillaume Cottenceau <gc@mandriva.com>2001-12-12 21:01:03 +0000
committerGuillaume Cottenceau <gc@mandriva.com>2001-12-12 21:01:03 +0000
commit9cd385d3256ba63e6cf6e7c5802647b443642922 (patch)
treed2d8eef1b85985fedc5d8b23758bb347d3d145f9 /perl-install/Makefile
parent7686b403bdc5b3de0a00decccecf28af0e7c1b54 (diff)
downloaddrakx-backup-do-not-use-9cd385d3256ba63e6cf6e7c5802647b443642922.tar
drakx-backup-do-not-use-9cd385d3256ba63e6cf6e7c5802647b443642922.tar.gz
drakx-backup-do-not-use-9cd385d3256ba63e6cf6e7c5802647b443642922.tar.bz2
drakx-backup-do-not-use-9cd385d3256ba63e6cf6e7c5802647b443642922.tar.xz
drakx-backup-do-not-use-9cd385d3256ba63e6cf6e7c5802647b443642922.zip
externalize patch_pcmcia_config (from make_boot_img)
because we need it in perl-install/Makefile also
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile2
1 files changed, 1 insertions, 1 deletions
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