diff options
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r-- | perl-install/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile index 3a36bcb82..797f93dc0 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -140,7 +140,8 @@ endif # chmod a+x $(DEST)/usr/bin/runinstall2 ifeq (i386,$(ARCH)) - tar xyC $(DEST) -f ../install/install1_pcmcia.$(ARCH).tar.bz2 ./etc/pcmcia + cp -a /etc/pcmcia $(DEST)/etc + patch -p0 -d $(DEST)/etc < ../install/pcmcia_config.patch endif find $(DEST) -name CVS | xargs rm -rf |