diff options
author | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-13 15:46:48 +0000 |
---|---|---|
committer | Arnaud Desmons <adesmons@mandriva.com> | 2002-08-13 15:46:48 +0000 |
commit | 0e62495c91299a23ca0e6302af31a0c84fe64c0b (patch) | |
tree | 0186e2df32c42d94a6c3f967c55bc38f45cdba72 /ftp_wizard/Makefile | |
parent | e204e6101798ec8ccf7ed825e0299a4d4d8c181f (diff) | |
download | drakwizard-0e62495c91299a23ca0e6302af31a0c84fe64c0b.tar drakwizard-0e62495c91299a23ca0e6302af31a0c84fe64c0b.tar.gz drakwizard-0e62495c91299a23ca0e6302af31a0c84fe64c0b.tar.bz2 drakwizard-0e62495c91299a23ca0e6302af31a0c84fe64c0b.tar.xz drakwizard-0e62495c91299a23ca0e6302af31a0c84fe64c0b.zip |
changed for proftpd
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 67596a17..ddd94078 100644 --- a/ftp_wizard/Makefile +++ b/ftp_wizard/Makefile @@ -15,5 +15,5 @@ install: install --mode=u=rwx,g=rx,o=rx -p ftp.it.wpo ${prefix}/share/wizards/ftp_wizard install --mode=a=r -p ./images/FTP.jpg ${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/Ftpconf.pm ${prefix}/share/wizards/ftp_wizard/scripts + install --mode=u=rw,g=r,o=r -p scripts/ProFtpconf.pm ${prefix}/share/wizards/ftp_wizard/scripts |