From 9624a9e3caaee5e7d2b4634b80aa806d3e5bedc1 Mon Sep 17 00:00:00 2001 From: Phil Sutter Date: Thu, 12 Jan 2012 19:36:31 +0100 Subject: package/oprofile: install events dir along with package --- package/oprofile/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'package/oprofile') diff --git a/package/oprofile/Makefile b/package/oprofile/Makefile index e3ff2f6e7..c5dbef626 100644 --- a/package/oprofile/Makefile +++ b/package/oprofile/Makefile @@ -25,10 +25,11 @@ $(eval $(call PKG_template,OPROFILE,${PKG_NAME},$(PKG_VERSION)-${PKG_RELEASE},${ CONFIGURE_ARGS+= --with-kernel-support post-install: - $(INSTALL_DIR) $(IDIR_OPROFILE)/usr/bin + $(INSTALL_DIR) $(IDIR_OPROFILE)/usr/{bin,share} $(INSTALL_BIN) $(WRKINST)/usr/bin/opcontrol $(IDIR_OPROFILE)/usr/bin/ $(INSTALL_BIN) $(WRKINST)/usr/bin/ophelp $(IDIR_OPROFILE)/usr/bin/ $(INSTALL_BIN) $(WRKINST)/usr/bin/opreport $(IDIR_OPROFILE)/usr/bin/ $(INSTALL_BIN) $(WRKINST)/usr/bin/oprofiled $(IDIR_OPROFILE)/usr/bin/ + ${CP} ${WRKINST}/usr/share/oprofile ${IDIR_OPROFILE}/usr/share/ include ${TOPDIR}/mk/pkg-bottom.mk -- cgit v1.2.3