diff options
Diffstat (limited to 'openwrt/package/vnstat/Makefile')
-rw-r--r-- | openwrt/package/vnstat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/vnstat/Makefile b/openwrt/package/vnstat/Makefile index 147017568e..009388e208 100644 --- a/openwrt/package/vnstat/Makefile +++ b/openwrt/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) |