mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +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
|
||||
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
|
||||
|
||||
$SCRIPTS/build $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user