diff options
Diffstat (limited to 'package/neon')
| -rw-r--r-- | package/neon/Makefile | 3 |
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 |
