diff options
Diffstat (limited to 'package/monit/Makefile')
-rw-r--r-- | package/monit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/monit/Makefile b/package/monit/Makefile index d1eae035c..d507d1abc 100644 --- a/package/monit/Makefile +++ b/package/monit/Makefile @@ -18,7 +18,7 @@ include ${TOPDIR}/mk/package.mk $(eval $(call PKG_template,MONIT,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) -CONFIGURE_ARGS+= --with-ssl --with-ssl-dir="${STAGING_DIR}/usr" +CONFIGURE_ARGS+= --with-ssl --with-ssl-dir="${STAGING_TARGET_DIR}/usr" post-install: ${INSTALL_DIR} ${IDIR_MONIT}/etc |