summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
authorPascal Rigaux <pixel@mandriva.com>2000-01-28 01:05:35 +0000
committerPascal Rigaux <pixel@mandriva.com>2000-01-28 01:05:35 +0000
commit6f053d8213b782acefdaac6a9ecf143c6f9e385b (patch)
tree8bd26bc7fc28e21c86ca9535ee1f600cdd59140d /perl-install/Makefile
parent022d9b44c244e4ffc8d2a2220af7fc2f6e3162cf (diff)
downloaddrakx-backup-do-not-use-6f053d8213b782acefdaac6a9ecf143c6f9e385b.tar
drakx-backup-do-not-use-6f053d8213b782acefdaac6a9ecf143c6f9e385b.tar.gz
drakx-backup-do-not-use-6f053d8213b782acefdaac6a9ecf143c6f9e385b.tar.bz2
drakx-backup-do-not-use-6f053d8213b782acefdaac6a9ecf143c6f9e385b.tar.xz
drakx-backup-do-not-use-6f053d8213b782acefdaac6a9ecf143c6f9e385b.zip
no_comment
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 729c1d385..9507b36a5 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -131,7 +131,9 @@ endif
# echo -e '#!/bin/sh\n\nexec "/usr/bin/sh"' > $(DEST)/usr/bin/runinstall2
# chmod a+x $(DEST)/usr/bin/runinstall2
+ifeq (i386,$(ARCH))
tar xyC $(DEST) -f ../install/install1_pcmcia.$(ARCH).tar.bz2 ./etc/pcmcia
+endif
find $(DEST) -name CVS | xargs rm -rf