X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/8192b258a060acc15329d9a62ba4d1b524f56073..475e0d886041b4345585e13f0c04bcb9af0c0c5a:/openwrt/package/pmacct/Makefile diff --git a/openwrt/package/pmacct/Makefile b/openwrt/package/pmacct/Makefile index 0d6046874..4a86c3ae9 100644 --- a/openwrt/package/pmacct/Makefile +++ b/openwrt/package/pmacct/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=pmacct -PKG_VERSION:=0.8.6 +PKG_VERSION:=0.8.7 PKG_RELEASE:=1 -PKG_MD5SUM:=b725f7b4af335d2f668cb61621a5c2d9 +PKG_MD5SUM:=3da0205de772fb6d915e03cadf2a8e9b PKG_SOURCE_URL:=http://www.ba.cnr.it/~paolo/pmacct/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz @@ -161,6 +161,6 @@ $(PKG_BUILD_DIR)/.built: $(BUILD_TARGETS) $(IPKG_PMACCT_CLIENT): install -d -m0755 $(IDIR_PMACCT_CLIENT)/usr/sbin - cp -fpR $(PKG_BUILD_DIR)/pmacct $(IDIR_PMACCT_CLIENT)/usr/sbin/ + $(CP) $(PKG_BUILD_DIR)/pmacct $(IDIR_PMACCT_CLIENT)/usr/sbin/ $(RSTRIP) $(IDIR_PMACCT_CLIENT) $(IPKG_BUILD) $(IDIR_PMACCT_CLIENT) $(PACKAGE_DIR)