From e874f84fdb6eb83d905a72b35d87398374594b97 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 5 Jun 2009 19:58:50 +0200 Subject: more regressions found at runtime on alic1c --- package/macchanger/Makefile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'package/macchanger') 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 -- cgit v1.2.3