summaryrefslogtreecommitdiffstats
path: root/package/wol/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/wol/Makefile')
-rw-r--r--package/wol/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/wol/Makefile b/package/wol/Makefile
index 3a8811686..efdb67037 100644
--- a/package/wol/Makefile
+++ b/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)