diff options
Diffstat (limited to 'perl-install/share/advertising/Makefile')
-rw-r--r-- | perl-install/share/advertising/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/share/advertising/Makefile b/perl-install/share/advertising/Makefile index 30005e186..b6ab869be 100644 --- a/perl-install/share/advertising/Makefile +++ b/perl-install/share/advertising/Makefile @@ -5,4 +5,4 @@ install: install -d $(ROOTDEST)/Mandrake/share/advertising install -m755 *.pl $(ROOTDEST)/Mandrake/share/advertising install -m644 *.png $(ROOTDEST)/Mandrake/share/advertising - install -m644 list $(ROOTDEST)/Mandrake/share/advertising + install -m644 list* $(ROOTDEST)/Mandrake/share/advertising |