diff options
Diffstat (limited to 'perl-install/install/share/advertising/Makefile')
| -rw-r--r-- | perl-install/install/share/advertising/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/perl-install/install/share/advertising/Makefile b/perl-install/install/share/advertising/Makefile new file mode 100644 index 000000000..7a6ca2584 --- /dev/null +++ b/perl-install/install/share/advertising/Makefile @@ -0,0 +1,9 @@ +PRODUCT = dwd +DESTDIR = $(EXTRA_INSTALL_DEST)/advertising + +install: + 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 |
