summaryrefslogtreecommitdiffstats
path: root/samba_wizard/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'samba_wizard/Makefile')
-rw-r--r--samba_wizard/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/samba_wizard/Makefile b/samba_wizard/Makefile
index 50cea003..0414f982 100644
--- a/samba_wizard/Makefile
+++ b/samba_wizard/Makefile
@@ -12,7 +12,7 @@ install:
- install --mode=a=r -p ./images/samba.jpg ${prefix}/share/wizards/samba_wizard/images
+ install --mode=a=r -p ./images/samba.png ${prefix}/share/wizards/samba_wizard/images
install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/samba_wizard/scripts
install --mode=u=rw,g=r,o=r -p scripts/Smbconf.pm ${prefix}/share/wizards/samba_wizard/scripts
find scripts -name "*.default" -exec install --mode=u=rw,g=r,o=r -p {} ${prefix}/share/wizards/samba_wizard/scripts \;