summaryrefslogtreecommitdiff
path: root/package/ConsoleKit
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-13 05:47:40 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-13 05:47:40 +0200
commit756424bc0e4f50f3c709a85d7944494b04a46e3c (patch)
tree00e4fdbd0ad24b73653cdcc3f850fd15ab6fb9e3 /package/ConsoleKit
parent4805e9152978cf1929f165808852bfb95a259e1f (diff)
add actual the library
Diffstat (limited to 'package/ConsoleKit')
-rw-r--r--package/ConsoleKit/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/package/ConsoleKit/Makefile b/package/ConsoleKit/Makefile
index 4480df4ef..178be1447 100644
--- a/package/ConsoleKit/Makefile
+++ b/package/ConsoleKit/Makefile
@@ -21,5 +21,7 @@ $(eval $(call PKG_template,CONSOLEKIT,consolekit,$(PKG_VERSION)-${PKG_RELEASE},$
consolekit-install:
$(INSTALL_DIR) $(IDIR_CONSOLEKIT)/usr/lib
+ $(CP) $(WRKINST)/usr/lib/libck-connector.so* \
+ $(IDIR_CONSOLEKIT)/usr/lib
include ${TOPDIR}/mk/pkg-bottom.mk