From: Stefan Schantl Date: Wed, 20 May 2009 19:53:58 +0000 (+0200) Subject: Changed location of the vsftpd files. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c25b7b3276da4d04fb7cbd583177673eaefd5b5;p=ipfire-3.x.git Changed location of the vsftpd files. --- diff --git a/lfs/vsftpd b/lfs/vsftpd index aff440306..a9ab7d40c 100644 --- a/lfs/vsftpd +++ b/lfs/vsftpd @@ -98,7 +98,10 @@ $(OBJECT): $(objects) cd $(DIR_APP) && patch -Np1 -i $(DIR_PATCHES)/$(THISAPP)-configuration.patch cd $(DIR_APP) && make $(PARALLELISMFLAGS) - cd $(DIR_APP) && make install + + cd $(DIR_APP) && install -v -m 755 vsftpd /usr/sbin/vsftpd + cd $(DIR_APP) && install -v -m 644 vsftpd.8 /usr/share/man/man8 + cd $(DIR_APP) && install -v -m 644 vsftpd.conf.5 /usr/share/man/man5 @rm -rf $(DIR_APP) @$(POSTBUILD)