mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
samba: don't unintentionally exit with failure when SAMBA_SERVER is disabled
This commit is contained in:
parent
dd6cf78c82
commit
0bed73d3c0
@ -85,7 +85,9 @@ configure_package() {
|
|||||||
|
|
||||||
PKG_SAMBA_TARGET="smbclient,client/smbclient,smbtree,testparm"
|
PKG_SAMBA_TARGET="smbclient,client/smbclient,smbtree,testparm"
|
||||||
|
|
||||||
[ "$SAMBA_SERVER" = "yes" ] && PKG_SAMBA_TARGET+=",smbd/smbd,nmbd,smbpasswd"
|
if [ "$SAMBA_SERVER" = "yes" ]; then
|
||||||
|
PKG_SAMBA_TARGET+=",smbd/smbd,nmbd,smbpasswd"
|
||||||
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
pre_configure_target() {
|
pre_configure_target() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user