diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-22 19:29:20 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-22 19:29:20 +0200 |
commit | d279b5d1fe744cac44da7cd1b51f9ba6a2cc4647 (patch) | |
tree | bf575aca8f9ce9cf088ce3aee992fc846cd6e130 /package/nut | |
parent | 32a82e38679501da738199135b35f93ddc8aca0a (diff) |
fix libmix packages, while checking all packages make some style cleanup
Diffstat (limited to 'package/nut')
-rw-r--r-- | package/nut/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/nut/Makefile b/package/nut/Makefile index f3ed9083b..655b93e51 100644 --- a/package/nut/Makefile +++ b/package/nut/Makefile @@ -27,7 +27,7 @@ PKGFB_WITH_SSL:= openssl include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,NUT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +$(eval $(call PKG_template,NUT,nut,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) define DRIVER_template @@ -93,7 +93,7 @@ ifneq (${ADK_PACKAGE_NUT_WITH_SNMP},) CONFIGURE_ARGS+= --with-snmp endif -post-install: +nut-install: ${INSTALL_DIR} ${IDIR_NUT}/usr/{s,}bin ${IDIR_NUT}/etc ${INSTALL_DIR} ${IDIR_NUT}/usr/lib ${INSTALL_BIN} ${WRKINST}/usr/sbin/ups{d,mon,sched} \ |