From 01f17d6f97c8b7219d10b1cfc4a3351673286a8f Mon Sep 17 00:00:00 2001 From: Anachron Date: Wed, 15 Jan 2025 17:26:03 +0100 Subject: [PATCH] frp: disable checks --- srcpkgs/frp/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/frp/template b/srcpkgs/frp/template index e1483b10749..3f688e32301 100644 --- a/srcpkgs/frp/template +++ b/srcpkgs/frp/template @@ -12,6 +12,10 @@ homepage="https://github.com/fatedier/frp" distfiles="https://github.com/fatedier/frp/archive/v${version}.tar.gz" checksum=95c567188d5635a7ac8897a6f93ae0568d0ac4892581a96c89874a992dd6a73c +# disable for now, errors out with +# load frpc-path error: stat ../../bin/frpc: no such file or directory +make_check=no + conf_files="/etc/frp/*.toml" post_install() {