diff options
Diffstat (limited to 'openwrt/package/sipsak/Makefile')
-rw-r--r-- | openwrt/package/sipsak/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/sipsak/Makefile b/openwrt/package/sipsak/Makefile index 857f685f5b..c0dd1c1350 100644 --- a/openwrt/package/sipsak/Makefile +++ b/openwrt/package/sipsak/Makefile @@ -61,6 +61,6 @@ $(PKG_BUILD_DIR)/.built: $(IPKG_SIPSAK): install -d -m0755 $(IDIR_SIPSAK)/usr/bin - cp -fpR $(PKG_INSTALL_DIR)/usr/bin/sipsak $(IDIR_SIPSAK)/usr/bin/ + $(CP) $(PKG_INSTALL_DIR)/usr/bin/sipsak $(IDIR_SIPSAK)/usr/bin/ $(RSTRIP) $(IDIR_SIPSAK) $(IPKG_BUILD) $(IDIR_SIPSAK) $(PACKAGE_DIR) |