mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
scripts/install: copy system.d files recursively
This allows installing drop-ins. Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
parent
8d9dd9ec67
commit
938a23b9fc
@ -82,7 +82,7 @@ if [ "${TARGET}" = "target" ] ; then
|
||||
|
||||
if [ -d ${PKG_TMP_DIR}/system.d ]; then
|
||||
mkdir -p ${INSTALL}/usr/lib/systemd/system
|
||||
cp ${PKG_TMP_DIR}/system.d/*.* ${INSTALL}/usr/lib/systemd/system
|
||||
cp -Pr ${PKG_TMP_DIR}/system.d/*.* ${INSTALL}/usr/lib/systemd/system
|
||||
fi
|
||||
|
||||
if [ -d ${PKG_TMP_DIR}/udev.d ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user