summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
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; \