diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-01 13:26:42 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-08-01 13:26:42 +0200 |
commit | 32d4f19aa5f05255c3d609048e1bf6ac4ffbfef4 (patch) | |
tree | a92c3310cd85ac00ed20e1ecac5dc4fdc5243fda /package/openct | |
parent | 38e356a749191c1832c9726b0b6cb913737af700 (diff) | |
parent | a3e0d02b1c8b618fdfc0454560f75e678e0d68c0 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/openct')
-rw-r--r-- | package/openct/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/openct/Makefile b/package/openct/Makefile index 2267c1b5e..7329d8eff 100644 --- a/package/openct/Makefile +++ b/package/openct/Makefile @@ -37,6 +37,8 @@ post-install: ${IDIR_OPENCT}/usr/bin ${INSTALL_DATA} ${WRKBUILD}/etc/openct.conf \ ${IDIR_OPENCT}/etc + +libopenct-install: ${INSTALL_DIR} ${IDIR_LIBOPENCT}/usr/lib ${CP} ${WRKINST}/usr/lib/libopenct.so* \ ${IDIR_LIBOPENCT}/usr/lib |