diff options
Diffstat (limited to 'openwrt/package/wol')
-rw-r--r-- | openwrt/package/wol/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/wol/Makefile b/openwrt/package/wol/Makefile index 3a8811686..efdb67037 100644 --- a/openwrt/package/wol/Makefile +++ b/openwrt/package/wol/Makefile @@ -61,6 +61,6 @@ $(PKG_BUILD_DIR)/.built: $(IPKG_WOL): install -m0755 -d $(IDIR_WOL)/usr/bin - cp $(PKG_INSTALL_DIR)/usr/bin/wol $(IDIR_WOL)/usr/bin/ + $(CP) $(PKG_INSTALL_DIR)/usr/bin/wol $(IDIR_WOL)/usr/bin/ $(RSTRIP) $(IDIR_WOL) $(IPKG_BUILD) $(IDIR_WOL) $(PACKAGE_DIR) |