diff options
author | Phil Sutter <phil.sutter@viprinet.com> | 2012-01-12 19:36:31 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2012-01-15 11:07:23 +0100 |
commit | 9624a9e3caaee5e7d2b4634b80aa806d3e5bedc1 (patch) | |
tree | 1c43b56089eb522ac37f22431445de695a4d77d1 /package | |
parent | aed4ca5864e8384d0d1e9b3a1f276e75c7abef3c (diff) |
package/oprofile: install events dir along with package
Diffstat (limited to 'package')
-rw-r--r-- | package/oprofile/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |