diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-13 09:53:09 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-04-13 09:53:09 +0200 |
commit | 851a4486f663ddb8acffd4dd870d4121290b35d5 (patch) | |
tree | 066dc4941721a59e0c824b343f31fb4dc1491988 /package/ConsoleKit | |
parent | 36e2dea8b335502fbbd367d7d09018bc58769a0e (diff) | |
parent | 8b3f03d90b56b35d818047e7ecad8d1423439736 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'package/ConsoleKit')
-rw-r--r-- | package/ConsoleKit/Makefile | 2 |
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 |