xmake: Fix build podkop (remove conflicts)

This commit is contained in:
remittor
2025-05-06 11:48:09 +03:00
parent c2b23fc75d
commit 91f0229c56

View File

@@ -130,6 +130,7 @@ function build_target {
PODKOP_MK=$XDIR/package/feeds/_podkop/podkop/Makefile
if [ -f $PODKOP_MK ]; then
sed -i 's/+sing-box / /g' $PODKOP_MK
sed -i 's/CONFLICTS:=.*/CONFLICTS:=/g' $PODKOP_MK
fi
PODKOP_SH=$XDIR/package/feeds/_podkop/podkop/files/usr/bin/podkop
if [ -f $PODKOP_SH ] && ! grep -q '(which sing-box)' $PODKOP_SH ; then