From 1a8e89fef6a077966e2c703b435f74c4f5e69d47 Mon Sep 17 00:00:00 2001 From: Thierry Vignaud Date: Tue, 14 Sep 2004 03:12:34 +0000 Subject: remove obsolete banners --- Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'Makefile') 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; \ -- cgit v1.2.1