diff options
Diffstat (limited to 'package/tinc/Makefile')
-rw-r--r-- | package/tinc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/tinc/Makefile b/package/tinc/Makefile index cad495fbe..9e5d8b06b 100644 --- a/package/tinc/Makefile +++ b/package/tinc/Makefile @@ -16,13 +16,13 @@ PKG_SITES:= http://www.tinc-vpn.org/packages/ include ${TOPDIR}/mk/package.mk -$(eval $(call PKG_template,TINC,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) +$(eval $(call PKG_template,TINC,tinc,${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) CONFIGURE_ARGS+= --with-kernel=${LINUX_DIR} \ --with-zlib=${STAGING_TARGET_DIR}/usr/ \ --with-lzo-include=${STAGING_TARGET_DIR}/usr/include/lzo -post-install: +tinc-install: ${INSTALL_DIR} ${IDIR_TINC}/usr/sbin ${INSTALL_BIN} ${WRKINST}/usr/sbin/tincd ${IDIR_TINC}/usr/sbin/ |