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/knock | |
parent | 32a82e38679501da738199135b35f93ddc8aca0a (diff) |
fix libmix packages, while checking all packages make some style cleanup
Diffstat (limited to 'package/knock')
-rw-r--r-- | package/knock/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package/knock/Makefile b/package/knock/Makefile index 7567fd85c..91bd34739 100644 --- a/package/knock/Makefile +++ b/package/knock/Makefile @@ -24,9 +24,11 @@ $(eval $(call PKG_template,KNOCKD,knockd,${PKG_VERSION}-${PKG_RELEASE},${PKGSS_K CONFIGURE_ENV+= ac_cv_lib_pcap_pcap_open_live=yes -post-install: +knock-install: ${INSTALL_DIR} ${IDIR_KNOCK}/usr/bin ${CP} ${WRKINST}/usr/bin/knock ${IDIR_KNOCK}/usr/bin/ + +knockd-install: ${INSTALL_DIR} ${IDIR_KNOCKD}/etc install -m0600 ${WRKINST}/etc/knockd.conf ${IDIR_KNOCKD}/etc/ ${INSTALL_DIR} ${IDIR_KNOCKD}/usr/sbin |