diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2007-09-14 16:17:50 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2007-09-14 16:17:50 +0000 |
commit | a914c46ed754aed58dfdbc634c85f787744e588e (patch) | |
tree | 137ff477af32e662aecce2e631ac107bfbf7ff22 /advertising/Makefile | |
parent | 9f87ea734b52d737a18dda394afc5f4493bf6a40 (diff) | |
download | drakx-a914c46ed754aed58dfdbc634c85f787744e588e.tar drakx-a914c46ed754aed58dfdbc634c85f787744e588e.tar.gz drakx-a914c46ed754aed58dfdbc634c85f787744e588e.tar.bz2 drakx-a914c46ed754aed58dfdbc634c85f787744e588e.tar.xz drakx-a914c46ed754aed58dfdbc634c85f787744e588e.zip |
- 2008.0 advertising images
- drop *.pl files, not used by drakx-installer-stage2 anymore
Diffstat (limited to 'advertising/Makefile')
-rw-r--r-- | advertising/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/advertising/Makefile b/advertising/Makefile index 827e8eb1c..daa9fe5ee 100644 --- a/advertising/Makefile +++ b/advertising/Makefile @@ -7,7 +7,6 @@ DESTDIR = $(ROOTDEST)/install/extra/advertising install: rm -rf $(DESTDIR) install -d $(DESTDIR) - install -m755 `cat list-$(THEME) | sed 's/png$$/pl/'` $(DESTDIR) install -m644 `cat list-$(THEME)` $(DESTDIR) install -m644 list-$(THEME) $(DESTDIR)/list |