From e21257a3fe82d8490672b9314ac8ab038c8cd10e Mon Sep 17 00:00:00 2001 From: terrtia Date: Tue, 30 Apr 2024 11:57:21 +0200 Subject: [PATCH] fix: [pgpdump] fix installer, new pgpdump version require to launch autoreconf --- installing_deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installing_deps.sh b/installing_deps.sh index c681249b..996d0dfb 100755 --- a/installing_deps.sh +++ b/installing_deps.sh @@ -72,6 +72,7 @@ popd # pgpdump test ! -d pgpdump && git clone https://github.com/kazu-yamamoto/pgpdump.git pushd pgpdump/ +autoreconf -fiW all ./configure make sudo make install