summaryrefslogtreecommitdiff
path: root/package/macchanger
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-06-05 19:58:50 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2009-06-05 19:58:50 +0200
commite874f84fdb6eb83d905a72b35d87398374594b97 (patch)
tree38ecc86989a194756836fa411c4bfb7c4b68913f /package/macchanger
parent68e89ea1a3ec3690ddefbd97c45174f799847a16 (diff)
more regressions found at runtime on alic1c
Diffstat (limited to 'package/macchanger')
-rwxr-xr-xpackage/macchanger/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/macchanger/Makefile b/package/macchanger/Makefile
index c9f8aab41..e36ef4cd3 100755
--- a/package/macchanger/Makefile
+++ b/package/macchanger/Makefile
@@ -17,10 +17,12 @@ include ${TOPDIR}/mk/package.mk
$(eval $(call PKG_template,MACCHANGER,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
CONFIGURE_STYLE:= gnu
+BUILD_STYLE:= auto
INSTALL_STYLE:= auto
post-install:
- ${INSTALL_DIR} ${IDIR_MACCHANGER}
- ${CP} ${WRKINST}/* ${IDIR_MACCHANGER}/
+ ${INSTALL_DIR} ${IDIR_MACCHANGER}/usr/bin ${IDIR_MACCHANGER}/usr/share
+ ${INSTALL_BIN} ${WRKINST}/usr/bin/macchanger ${IDIR_MACCHANGER}/usr/bin
+ ${CP} ${WRKINST}/usr/share/macchanger ${IDIR_MACCHANGER}/usr/share
include ${TOPDIR}/mk/pkg-bottom.mk