summaryrefslogtreecommitdiffstats
path: root/perl-install/share/advertising/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/share/advertising/Makefile')
-rw-r--r--perl-install/share/advertising/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/perl-install/share/advertising/Makefile b/perl-install/share/advertising/Makefile
index b6ab869be..274ead447 100644
--- a/perl-install/share/advertising/Makefile
+++ b/perl-install/share/advertising/Makefile
@@ -1,8 +1,10 @@
include ../../Makefile.config
+PRODUCT = dwd
+
install:
rm -rf $(ROOTDEST)/Mandrake/share/advertising
install -d $(ROOTDEST)/Mandrake/share/advertising
- install -m755 *.pl $(ROOTDEST)/Mandrake/share/advertising
- install -m644 *.png $(ROOTDEST)/Mandrake/share/advertising
+ install -m755 $(PRODUCT)-*.pl $(ROOTDEST)/Mandrake/share/advertising
+ install -m644 $(PRODUCT)-*.png $(ROOTDEST)/Mandrake/share/advertising
install -m644 list* $(ROOTDEST)/Mandrake/share/advertising