From 7cfc47c8d3128a4b63077085e0c64420a66b5dea Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Fri, 24 Aug 2001 18:04:29 +0000 Subject: ensure no .orig are generated when the pcmcia patch is applied --- perl-install/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'perl-install') diff --git a/perl-install/Makefile b/perl-install/Makefile index b541855df..1a5d0ac7c 100644 --- a/perl-install/Makefile +++ b/perl-install/Makefile @@ -157,7 +157,7 @@ endif ifeq (i386,$(ARCH)) cp -a /etc/pcmcia $(DEST)/etc - patch -p0 -d $(DEST)/etc < ../tools/pcmcia_config.patch + patch --no-backup-if-mismatch -p0 -d $(DEST)/etc < ../tools/pcmcia_config.patch endif find $(DEST) -name CVS | xargs rm -rf -- cgit v1.2.1