mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
scripts/install:
- move /etc/conf.d/* to /etc/profile.d/*
This commit is contained in:
parent
6012c365b3
commit
693d121915
@ -22,9 +22,9 @@ if [ -d $PKG_DIR/init.d ]; then
|
||||
cp $PKG_DIR/init.d/* $INSTALL/etc/init.d/
|
||||
fi
|
||||
|
||||
if [ -d $PKG_DIR/conf.d ]; then
|
||||
mkdir -p $INSTALL/etc/conf.d
|
||||
cp $PKG_DIR/conf.d/* $INSTALL/etc/conf.d/
|
||||
if [ -d $PKG_DIR/profile.d ]; then
|
||||
mkdir -p $INSTALL/etc/profile.d
|
||||
cp $PKG_DIR/profile.d/* $INSTALL/etc/profile.d/
|
||||
fi
|
||||
|
||||
$SCRIPTS/build $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user