summaryrefslogtreecommitdiffstats
path: root/perl-install/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/Makefile')
-rw-r--r--perl-install/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/perl-install/Makefile b/perl-install/Makefile
index 01f1786b4..1143fbd0b 100644
--- a/perl-install/Makefile
+++ b/perl-install/Makefile
@@ -123,8 +123,8 @@ endif
cd share ; cp -a themes $(DEST)/usr/share/gtk
cd share ; cp compssUsers compssList $(ROOTDEST)/Mandrake/base
- if [ -f "../modules/modules.cz2" ]; then \
- cp -f ../modules/modules.cz2 $(DEST)/lib/; \
+ if [ -f ../modules/modules.cz* ]; then \
+ cp -f ../modules/modules.cz* $(DEST)/lib/; \
else \
cp -f ../modules/modules.cpio.bz2 $(DEST)/lib/; \
install -d $(DEST)/lib/modules; \