summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThierry Vignaud <tvignaud@mandriva.org>2004-09-14 03:12:34 +0000
committerThierry Vignaud <tvignaud@mandriva.org>2004-09-14 03:12:34 +0000
commit1a8e89fef6a077966e2c703b435f74c4f5e69d47 (patch)
tree8269ccd252c320407c8fa262a8c828662e4dfe87 /Makefile
parent88abe36de6a5634ebdec0cba550c3829edb53e9e (diff)
downloaddrakwizard-1a8e89fef6a077966e2c703b435f74c4f5e69d47.tar
drakwizard-1a8e89fef6a077966e2c703b435f74c4f5e69d47.tar.gz
drakwizard-1a8e89fef6a077966e2c703b435f74c4f5e69d47.tar.bz2
drakwizard-1a8e89fef6a077966e2c703b435f74c4f5e69d47.tar.xz
drakwizard-1a8e89fef6a077966e2c703b435f74c4f5e69d47.zip
remove obsolete banners
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index fd7d6cbc..71d49d8d 100644
--- a/Makefile
+++ b/Makefile
@@ -43,9 +43,7 @@ install:
done
install --mode=u=rw,g=r,o=r -p common/*.pm ${prefix}/$(PERL_VENDORLIB)/MDK/Wizard/; \
for l in $(WIZ); do \
- install --mode=u=rwx,g=rx,o=rx -d ${prefix}/share/wizards/$$l/images/; \
install --mode=u=rw,g=r,o=r -p $$l/*.pm ${prefix}/$(PERL_VENDORLIB)/MDK/Wizard/; \
- install --mode=a=r -p $$l/images/*.png ${prefix}/share/wizards/$$l/images; \
if ls $$l/scripts/*.default &> /dev/null ; then \
install --mode=u=rwx,g=rx,o=rx -d ${prefix}/share/wizards/$$l/scripts/; \
install --mode=a=r -p $$l/scripts/*.default ${prefix}/share/wizards/$$l/scripts; \