The following command caused the error: if [ ! "" ]; then \ mkdir -p /Perl_Modules/new/etc; \ if [ ! -f /Perl_Modules/new/etc/ftpd.conf ]; then \ install -c -m 0644 ftpd.conf /Perl_Modules/new/etc/ftpd.co +nf; \ else \ install -c -m 0644 ftpd.conf /Perl_Modules/new/etc/ftpd.co +nf.new; \ echo "Old configuration file /Perl_Modules/new/etc/ftpd.co +nf not overwritten."; \ echo "New configuration file installed as /Perl_Modules/ne +w/etc/ftpd.conf.new"; \ fi; \ fi make: Fatal error: Command failed for target `install'
In reply to Net FTPServer by YGP
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |