diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2001-12-12 21:01:03 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2001-12-12 21:01:03 +0000 |
commit | 9cd385d3256ba63e6cf6e7c5802647b443642922 (patch) | |
tree | d2d8eef1b85985fedc5d8b23758bb347d3d145f9 /perl-install | |
parent | 7686b403bdc5b3de0a00decccecf28af0e7c1b54 (diff) | |
download | drakx-9cd385d3256ba63e6cf6e7c5802647b443642922.tar drakx-9cd385d3256ba63e6cf6e7c5802647b443642922.tar.gz drakx-9cd385d3256ba63e6cf6e7c5802647b443642922.tar.bz2 drakx-9cd385d3256ba63e6cf6e7c5802647b443642922.tar.xz drakx-9cd385d3256ba63e6cf6e7c5802647b443642922.zip |
externalize patch_pcmcia_config (from make_boot_img)
because we need it in perl-install/Makefile also
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/Makefile | 2 |
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 |