diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-26 23:47:53 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-02-26 23:47:53 +0100 |
commit | 890c35ac59300679b63cc3f94409143dd7020ebe (patch) | |
tree | 1dc7a132668ca3c83cac5ed9ddcca585cd231885 /package/neon | |
parent | 67cb0759e674470fa53fd3711d8460fd4a12c1a3 (diff) |
minor fixes
Diffstat (limited to 'package/neon')
-rw-r--r-- | package/neon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/neon/Makefile b/package/neon/Makefile index 39f77a483..46c716770 100644 --- a/package/neon/Makefile +++ b/package/neon/Makefile @@ -32,10 +32,10 @@ neon-install: $(CP) ${WRKINST}/usr/lib/libneon.so* ${IDIR_NEON}/usr/lib neon-dev-install: - ${INSTALL_DIR} ${IDIR_NEON_DEV}/usr/lib/pkgconfig ${INSTALL_DIR} ${IDIR_NEON_DEV}/usr/include/neon ${INSTALL_DATA} ${WRKINST}/usr/include/neon/*.h \ ${IDIR_NEON_DEV}/usr/include/neon + ${INSTALL_DIR} ${IDIR_NEON_DEV}/usr/lib/pkgconfig ${INSTALL_DATA} ${WRKINST}/usr/lib/pkgconfig/neon.pc \ ${IDIR_NEON_DEV}/usr/lib/pkgconfig |