From 36df86b972831b25f1a5e773b1f856a50b182a46 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 20 Jan 2004 11:55:00 +0000 Subject: CVS has all the advertisings, but only upload the dwd (download) one --- perl-install/share/advertising/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'perl-install/share/advertising') 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 -- cgit v1.2.1