diff --git a/xmake.sh b/xmake.sh index 67199e4..bea5fc7 100755 --- a/xmake.sh +++ b/xmake.sh @@ -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