diff options
Diffstat (limited to 'dns_wizard/Makefile')
-rw-r--r-- | dns_wizard/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dns_wizard/Makefile b/dns_wizard/Makefile index df7c6965..97018a3f 100644 --- a/dns_wizard/Makefile +++ b/dns_wizard/Makefile @@ -13,7 +13,7 @@ install: - install --mode=a=r -p ./images/DNS.jpg ${prefix}/share/wizards/dns_wizard/images + install --mode=a=r -p ./images/DNS.png ${prefix}/share/wizards/dns_wizard/images install --mode=u=rw,g=r,o=r -p scripts/Dnsconf.pm ${prefix}/share/wizards/dns_wizard/scripts install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/dns_wizard/scripts install --mode=u=rwx,g=rx,o=rx -p scripts/*.default ${prefix}/share/wizards/dns_wizard/scripts |