diff options
author | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-14 03:12:34 +0000 |
---|---|---|
committer | Thierry Vignaud <tvignaud@mandriva.org> | 2004-09-14 03:12:34 +0000 |
commit | 1a8e89fef6a077966e2c703b435f74c4f5e69d47 (patch) | |
tree | 8269ccd252c320407c8fa262a8c828662e4dfe87 /Makefile | |
parent | 88abe36de6a5634ebdec0cba550c3829edb53e9e (diff) | |
download | drakwizard-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-- | Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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; \ |