mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
scripts/install: add support for tmpfiles.d dir
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
24a5ec38a5
commit
664f4c2a5b
@ -57,6 +57,11 @@ if [ -d $PKG_DIR/profile.d ]; then
|
||||
cp $PKG_DIR/profile.d/*.conf $INSTALL/etc/profile.d/
|
||||
fi
|
||||
|
||||
if [ -d $PKG_DIR/tmpfiles.d ]; then
|
||||
mkdir -p $INSTALL/usr/lib/tmpfiles.d
|
||||
cp $PKG_DIR/tmpfiles.d/*.conf $INSTALL/usr/lib/tmpfiles.d
|
||||
fi
|
||||
|
||||
if [ -d $PKG_DIR/udev.d ]; then
|
||||
mkdir -p $INSTALL/lib/udev/rules.d
|
||||
cp $PKG_DIR/udev.d/*.rules $INSTALL/lib/udev/rules.d
|
||||
|
Loading…
x
Reference in New Issue
Block a user