mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
samba : allow to have one smb.conf file per distro.
This commit is contained in:
parent
116adf9247
commit
42b5785527
@ -174,6 +174,9 @@ makeinstall_target() {
|
||||
if [ -f $PROJECT_DIR/$PROJECT/config/smb.conf ]; then
|
||||
mkdir -p $INSTALL/etc/samba
|
||||
cp $PROJECT_DIR/$PROJECT/config/smb.conf $INSTALL/etc/samba
|
||||
elif [ -f $DISTRO_DIR/config/smb.conf ]; then
|
||||
mkdir -p $INSTALL/etc/samba
|
||||
cp $DISTRO_DIR/config/smb.conf $INSTALL/etc/samba
|
||||
else
|
||||
mkdir -p $INSTALL/etc/samba
|
||||
cp $PKG_DIR/config/smb.conf $INSTALL/etc/samba
|
||||
|
Loading…
x
Reference in New Issue
Block a user