diff options
Diffstat (limited to 'package/vsftpd/Makefile')
-rw-r--r-- | package/vsftpd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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) |