X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/9cd6a318ca480209b789a4fe614436680006b3a3..134c31b057ac0698a8bf4736a76bf588d929fb5f:/package/vsftpd/Makefile diff --git a/package/vsftpd/Makefile b/package/vsftpd/Makefile index 42044579e..d3c72c859 100644 --- a/package/vsftpd/Makefile +++ b/package/vsftpd/Makefile @@ -37,6 +37,6 @@ $(IPKG_VSFTPD): install -d -m0755 $(IDIR_VSFTPD)/etc/init.d install -m0755 ./files/vsftpd.init $(IDIR_VSFTPD)/etc/init.d/vsftpd install -d -m0755 $(IDIR_VSFTPD)/usr/sbin - cp -fpR $(PKG_INSTALL_DIR)/usr/sbin/vsftpd $(IDIR_VSFTPD)/usr/sbin/ + $(CP) $(PKG_INSTALL_DIR)/usr/sbin/vsftpd $(IDIR_VSFTPD)/usr/sbin/ $(RSTRIP) $(IDIR_VSFTPD) $(IPKG_BUILD) $(IDIR_VSFTPD) $(PACKAGE_DIR)