summaryrefslogtreecommitdiff
path: root/package
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-04-25 14:38:20 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-04-28 16:19:47 -0500
commite0e5b5b6c788abecc07f49345b82fb8ef517fb1f (patch)
treef934ca340d35e7fa7a3278d15f23c4d2b7045abf /package
parent9705434abb45c324e9e964fdef7cd0ce6609ff01 (diff)
fix PKG_HASH
Diffstat (limited to 'package')
-rw-r--r--package/sysstat/Makefile13
1 files changed, 5 insertions, 8 deletions
diff --git a/package/sysstat/Makefile b/package/sysstat/Makefile
index 9dd7f362b..64d3f6278 100644
--- a/package/sysstat/Makefile
+++ b/package/sysstat/Makefile
@@ -6,7 +6,7 @@ include ${ADK_TOPDIR}/rules.mk
PKG_NAME:= sysstat
PKG_VERSION:= 11.1.4
PKG_RELEASE:= 1
-PKG_HASH:= ce66047a5600a741a51d347553721c05f3372896460323f25c3c19d9225e8ee7
+PKG_HASH:= b5d160bacc57a2e89873dee2ea3382b8811f0036520bf2e5789443797c4be46f
PKG_DESCR:= utilities for system monitoring and performance analysis
PKG_SECTION:= sys/utils
PKG_SITES:= http://pagesperso-orange.fr/sebastien.godard/
@@ -17,13 +17,10 @@ $(eval $(call PKG_template,SYSSTAT,sysstat,${PKG_VERSION}-${PKG_RELEASE},${PKG_D
sysstat-install:
${INSTALL_DIR} ${IDIR_SYSSTAT}/usr/lib/sa
- ${INSTALL_BIN} ${WRKINST}/usr/lib/sa/sa1 ${IDIR_SYSSTAT}/usr/lib/sa
- ${INSTALL_BIN} ${WRKINST}/usr/lib/sa/sa2 ${IDIR_SYSSTAT}/usr/lib/sa
- ${INSTALL_BIN} ${WRKINST}/usr/lib/sa/sadc ${IDIR_SYSSTAT}/usr/lib/sa
${INSTALL_DIR} ${IDIR_SYSSTAT}/usr/bin
- ${INSTALL_BIN} ${WRKINST}/usr/bin/sar ${IDIR_SYSSTAT}/usr/bin
- ${INSTALL_BIN} ${WRKINST}/usr/bin/sadf ${IDIR_SYSSTAT}/usr/bin
- ${INSTALL_BIN} ${WRKINST}/usr/bin/iostat ${IDIR_SYSSTAT}/usr/bin
- ${INSTALL_BIN} ${WRKINST}/usr/bin/mpstat ${IDIR_SYSSTAT}/usr/bin
+ ${INSTALL_BIN} ${WRKINST}/usr/lib/sa/{sa1,sa2,sadc} \
+ ${IDIR_SYSSTAT}/usr/lib/sa
+ ${INSTALL_BIN} ${WRKINST}/usr/bin/{sar,sadf,iostat,mpstat} \
+ ${IDIR_SYSSTAT}/usr/bin
include ${ADK_TOPDIR}/mk/pkg-bottom.mk