mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +00:00
scripts/install:
- rename profile.d/* to profile.d/*.conf
This commit is contained in:
parent
0e9f620e54
commit
ddacdabcbe
@ -24,7 +24,7 @@ fi
|
|||||||
|
|
||||||
if [ -d $PKG_DIR/profile.d ]; then
|
if [ -d $PKG_DIR/profile.d ]; then
|
||||||
mkdir -p $INSTALL/etc/profile.d
|
mkdir -p $INSTALL/etc/profile.d
|
||||||
cp $PKG_DIR/profile.d/* $INSTALL/etc/profile.d/
|
cp $PKG_DIR/profile.d/*.conf $INSTALL/etc/profile.d/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
$SCRIPTS/build $@
|
$SCRIPTS/build $@
|
||||||
|
Loading…
x
Reference in New Issue
Block a user