mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07: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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user