diff options
Diffstat (limited to 'package/weechat')
-rw-r--r-- | package/weechat/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/weechat/Makefile b/package/weechat/Makefile index ff95435f3..90baa2342 100644 --- a/package/weechat/Makefile +++ b/package/weechat/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ARGS+= --with-debug=0 \ --disable-lua \ --disable-gnutls \ --disable-ruby \ - --with-libiconv-prefix='${STAGING_DIR}/usr' + --with-libiconv-prefix='${STAGING_TARGET_DIR}/usr' post-install: ${INSTALL_DIR} ${IDIR_WEECHAT}/usr/bin |