projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
change cp to $(CP)
[openwrt.git]
/
openwrt
/
package
/
pmacct
/
Makefile
diff --git
a/openwrt/package/pmacct/Makefile
b/openwrt/package/pmacct/Makefile
index
0d60468
..
4a86c3a
100644
(file)
--- a/
openwrt/package/pmacct/Makefile
+++ b/
openwrt/package/pmacct/Makefile
@@
-3,9
+3,9
@@
include $(TOPDIR)/rules.mk
PKG_NAME:=pmacct
include $(TOPDIR)/rules.mk
PKG_NAME:=pmacct
-PKG_VERSION:=0.8.
6
+PKG_VERSION:=0.8.
7
PKG_RELEASE:=1
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
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
$(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)
$(RSTRIP) $(IDIR_PMACCT_CLIENT)
$(IPKG_BUILD) $(IDIR_PMACCT_CLIENT) $(PACKAGE_DIR)
This page took
0.024273 seconds
and
4
git commands to generate.