]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
Changed location of the vsftpd files.
authorStefan Schantl <Stevee@ipfire.org>
Wed, 20 May 2009 19:53:58 +0000 (21:53 +0200)
committerStefan Schantl <Stevee@ipfire.org>
Wed, 20 May 2009 19:53:58 +0000 (21:53 +0200)
lfs/vsftpd

index aff440306b5f43a59516c7fec5805d364e1cf65f..a9ab7d40ccfe518b642c71c6e377a08fc6125485 100644 (file)
@@ -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)