mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
script/install: also install hwdb.d files from packages
Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
6353c73e15
commit
635f750dfb
@ -90,6 +90,11 @@ if [ "${TARGET}" = "target" ] ; then
|
||||
cp ${PKG_TMP_DIR}/udev.d/*.rules ${INSTALL}/usr/lib/udev/rules.d
|
||||
fi
|
||||
|
||||
if [ -d ${PKG_TMP_DIR}/hwdb.d ]; then
|
||||
mkdir -p ${INSTALL}/usr/lib/udev/hwdb.d
|
||||
cp ${PKG_TMP_DIR}/hwdb.d/*.hwdb ${INSTALL}/usr/lib/udev/hwdb.d
|
||||
fi
|
||||
|
||||
if [ -d ${PKG_TMP_DIR}/sleep.d ]; then
|
||||
mkdir -p ${INSTALL}/usr/lib/systemd/system-sleep
|
||||
cp ${PKG_TMP_DIR}/sleep.d/* ${INSTALL}/usr/lib/systemd/system-sleep
|
||||
|
Loading…
x
Reference in New Issue
Block a user