X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/7daf1296c6f654e8a1d18973f6ab2ff9c8a8b4ec..a541f031eee1f181aa730fd8e0f845a601ef554c:/openwrt/package/vnstat/Makefile?ds=sidebyside diff --git a/openwrt/package/vnstat/Makefile b/openwrt/package/vnstat/Makefile index 17d94155d..009388e20 100644 --- a/openwrt/package/vnstat/Makefile +++ b/openwrt/package/vnstat/Makefile @@ -1,4 +1,4 @@ -$Id$ +# $Id$ include $(TOPDIR)/rules.mk @@ -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)