diff options
Diffstat (limited to 'openwrt/package/dhcp6/Makefile')
-rwxr-xr-x | openwrt/package/dhcp6/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/dhcp6/Makefile b/openwrt/package/dhcp6/Makefile index 9883ad18f9..e007abad29 100755 --- a/openwrt/package/dhcp6/Makefile +++ b/openwrt/package/dhcp6/Makefile @@ -32,6 +32,6 @@ $(PKG_BUILD_DIR)/.built: $(IPKG_DHCP6): mkdir -p $(IDIR_DHCP6) - cp -fpR $(PKG_INSTALL_DIR)/* $(IDIR_DHCP6)/ + $(CP) $(PKG_INSTALL_DIR)/* $(IDIR_DHCP6)/ $(RSTRIP) $(IDIR_DHCP6) $(IPKG_BUILD) $(IDIR_DHCP6) $(PACKAGE_DIR) |