mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
Consolekit:
- install init script to make various dirs - install testprograms
This commit is contained in:
parent
0503deee4a
commit
c776e1cc41
16
packages/sysutils/ConsoleKit/init.d/11_ConsoleKit
Executable file
16
packages/sysutils/ConsoleKit/init.d/11_ConsoleKit
Executable file
@ -0,0 +1,16 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# start D-BUS daemon
|
||||
#
|
||||
# runlevels: openelec, text, debug
|
||||
|
||||
. /etc/sysconfig
|
||||
|
||||
progress "Starting ConsoleKit"
|
||||
|
||||
install -m 755 -d /var/log/ConsoleKit
|
||||
install -m 755 -d /var/run/ConsoleKit
|
||||
|
||||
ck-log-system-start
|
||||
|
||||
exit 0
|
@ -29,6 +29,14 @@ mkdir -p $INSTALL/usr/bin
|
||||
cp -PR $PKG_BUILD/tools/ck-list-sessions $INSTALL/usr/bin
|
||||
cp -PR $PKG_BUILD/tools/ck-history $INSTALL/usr/bin
|
||||
|
||||
cp -PR $PKG_BUILD/pam-ck-connector/test-* $INSTALL/usr/bin #devel
|
||||
cp -PR $PKG_BUILD/libck-connector/.libs/test-* $INSTALL/usr/bin #devel
|
||||
cp -PR $PKG_BUILD/src/test-event-logger $INSTALL/usr/bin
|
||||
cp -PR $PKG_BUILD/src/test-open-session $INSTALL/usr/bin
|
||||
cp -PR $PKG_BUILD/src/test-open-session-with-parameters $INSTALL/usr/bin
|
||||
cp -PR $PKG_BUILD/src/test-tty-idle-monitor $INSTALL/usr/bin
|
||||
cp -PR $PKG_BUILD/src/test-vt-monitor $INSTALL/usr/bin
|
||||
|
||||
mkdir -p $INSTALL/usr/lib
|
||||
cp -PR $PKG_BUILD/libck-connector/.libs/*.so* $INSTALL/usr/lib
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user