diff options
Diffstat (limited to 'perl-install/share')
-rw-r--r-- | perl-install/share/advertising/Makefile | 13 | ||||
-rw-r--r-- | perl-install/share/po/Makefile | 1 |
2 files changed, 8 insertions, 6 deletions
diff --git a/perl-install/share/advertising/Makefile b/perl-install/share/advertising/Makefile index 0ac5a0a86..c9313c3aa 100644 --- a/perl-install/share/advertising/Makefile +++ b/perl-install/share/advertising/Makefile @@ -1,10 +1,11 @@ -include ../../Makefile.config +include ../../../Makefile.config PRODUCT = dwd +DESTDIR = $(EXTRA_INSTALL_DEST)/advertising install: - rm -rf $(ROOTDEST)/Mandrake/share/advertising - install -d $(ROOTDEST)/Mandrake/share/advertising - install -m755 `cat list-$(PRODUCT) | sed 's/png$$/pl/'` $(ROOTDEST)/Mandrake/share/advertising - install -m644 `cat list-$(PRODUCT)` $(ROOTDEST)/Mandrake/share/advertising - install -m644 list-$(PRODUCT) $(ROOTDEST)/Mandrake/share/advertising/list + rm -rf $(DESTDIR) + install -d $(DESTDIR) + install -m755 `cat list-$(PRODUCT) | sed 's/png$$/pl/'` $(DESTDIR) + install -m644 `cat list-$(PRODUCT)` $(DESTDIR) + install -m644 list-$(PRODUCT) $(DESTDIR)/list diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index 2dca05819..92b6613af 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -1,3 +1,4 @@ +include ../../../Makefile.config include ../../Makefile.config PMSFILES = $(ALLPMS) ../move/move.pm ../move/tree/mdk_totem |