diff options
Diffstat (limited to 'ftp_wizard/Makefile')
-rw-r--r-- | ftp_wizard/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ftp_wizard/Makefile b/ftp_wizard/Makefile index 7861bcac..30988dd1 100644 --- a/ftp_wizard/Makefile +++ b/ftp_wizard/Makefile @@ -13,7 +13,7 @@ install: - install --mode=a=r -p ./images/FTP.jpg ${prefix}/share/wizards/ftp_wizard/images + install --mode=a=r -p ./images/FTP.png ${prefix}/share/wizards/ftp_wizard/images install --mode=u=rwx,g=rx,o=rx -p scripts/*.sh ${prefix}/share/wizards/ftp_wizard/scripts install --mode=u=rw,g=r,o=r -p scripts/ProFtpconf.pm ${prefix}/share/wizards/ftp_wizard/scripts |