summaryrefslogtreecommitdiff
path: root/package/neon
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-02-26 23:48:00 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-02-26 23:48:00 +0100
commit09381f08db60bd52ab7135bd084fa2bb197a98c2 (patch)
tree24fccce5f78fc4129d5b26d0adf07cda138d8188 /package/neon
parent890c35ac59300679b63cc3f94409143dd7020ebe (diff)
parenta4137f916eed4e87434e5382573008c89c8f1652 (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/neon')
-rw-r--r--package/neon/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/package/neon/Makefile b/package/neon/Makefile
index 46c716770..6ef4685e5 100644
--- a/package/neon/Makefile
+++ b/package/neon/Makefile
@@ -38,5 +38,8 @@ neon-dev-install:
${INSTALL_DIR} ${IDIR_NEON_DEV}/usr/lib/pkgconfig
${INSTALL_DATA} ${WRKINST}/usr/lib/pkgconfig/neon.pc \
${IDIR_NEON_DEV}/usr/lib/pkgconfig
+ ${INSTALL_DIR} ${IDIR_NEON_DEV}/usr/bin
+ ${INSTALL_BIN} ${WRKINST}/usr/bin/neon-config \
+ ${IDIR_NEON_DEV}/usr/bin
include ${TOPDIR}/mk/pkg-bottom.mk