systemd: install needed library

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2012-05-29 20:00:49 +02:00
parent e11165698f
commit 1707a737e5

View File

@ -78,3 +78,7 @@ mkdir -p $INSTALL/usr/config
cp -R $PKG_DIR/config/*.sample $INSTALL/usr/config cp -R $PKG_DIR/config/*.sample $INSTALL/usr/config
# reserved for installing systemd # reserved for installing systemd
mkdir -p $INSTALL/usr/lib
cp -PR $PKG_BUILD/.libs/libsystemd-login.so* $INSTALL/usr/lib