X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/62a6047cb1072bce4fcabf47e62a123969e93ba2..9d4c161e2f6e855a6175a45405335663e163a8bd:/openwrt/package/vsftpd/Makefile diff --git a/openwrt/package/vsftpd/Makefile b/openwrt/package/vsftpd/Makefile index 42044579e..d3c72c859 100644 --- a/openwrt/package/vsftpd/Makefile +++ b/openwrt/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)