From f464334fb7a5d545e5771cc6469b529ceb2785a3 Mon Sep 17 00:00:00 2001 From: qianlongxu Date: Tue, 31 Dec 2024 09:03:32 +0800 Subject: [PATCH] fix smb2 : permission denied: ./bootstrap --- do-compile/smb2.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/do-compile/smb2.sh b/do-compile/smb2.sh index 6fb0d3a..e792f89 100755 --- a/do-compile/smb2.sh +++ b/do-compile/smb2.sh @@ -68,7 +68,7 @@ if [[ -f 'configure' ]]; then echo "reuse configure" else echo "auto generate configure" - ./bootstrap >/dev/null + autoreconf -if >/dev/null fi echo