aboutsummaryrefslogtreecommitdiffstats
path: root/package/vnstat/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'package/vnstat/Makefile')
-rw-r--r--package/vnstat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/vnstat/Makefile b/package/vnstat/Makefile
index 147017568e..009388e208 100644
--- a/package/vnstat/Makefile
+++ b/package/vnstat/Makefile
@@ -28,6 +28,6 @@ $(PKG_BUILD_DIR)/.built:
$(IPKG_VNSTAT):
install -d -m0755 $(IDIR_VNSTAT)/usr/bin
- cp $(PKG_BUILD_DIR)/src/vnstat $(IDIR_VNSTAT)/usr/bin/
+ $(CP) $(PKG_BUILD_DIR)/src/vnstat $(IDIR_VNSTAT)/usr/bin/
$(STRIP) $(IDIR_VNSTAT)/usr/bin/*
$(IPKG_BUILD) $(IDIR_VNSTAT) $(PACKAGE_DIR)