From b0a98b02091e9cee6716d2fea335e1a6d064634d Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Tue, 14 Feb 2017 13:22:06 +0300 Subject: [PATCH] Fix makedist on tmpfs with noexec --- utils/makedist.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/makedist.sh b/utils/makedist.sh index deff778..63bb8f0 100755 --- a/utils/makedist.sh +++ b/utils/makedist.sh @@ -44,7 +44,7 @@ You can obtain releases source code prepared tarballs on @url{http://www.govpn.info/}. EOF make -C doc -./utils/news.sh +/bin/sh utils/news.sh rm -r doc/.well-known doc/govpn.html/.well-known utils/news.sh rm utils/makedist.sh -- 2.44.0