kenzok8 / openwrt-packages

openwrt常用软件包
https://op.dllkids.xyz
6.52k stars 2.61k forks source link

bypass报错Makefile' has a dependency on 'shadowsocksr-libev-ssr-redir', #120

Closed Netflixxp closed 3 years ago

Netflixxp commented 3 years ago
WARNING: Makefile 'package/feeds/kenzo/luci-app-bypass/Makefile' has a dependency on 'shadowsocksr-libev-ssr-redir', which does not exist
WARNING: Makefile 'package/feeds/kenzo/luci-app-bypass/Makefile' has a dependency on 'shadowsocksr-libev-ssr-server', which does not exist

make distclean也没用

kenzok8 commented 3 years ago

看下说明文档!

Netflixxp commented 3 years ago

找到了,太靠下了,哈哈

find package/*/ feeds/*/ -maxdepth 2 -path "*luci-app-bypass/Makefile" | xargs -i sed -i 's/shadowsocksr-libev-ssr-redir/shadowsocksr-libev-alt/g' {}
find package/*/ feeds/*/ -maxdepth 2 -path "*luci-app-bypass/Makefile" | xargs -i sed -i 's/shadowsocksr-libev-ssr-server/shadowsocksr-libev-server/g' {}