fix: [pgpdump] fix installer, new pgpdump version require to launch autoreconf

master
terrtia 2024-04-30 11:57:21 +02:00
parent 50ff7529d2
commit e21257a3fe
No known key found for this signature in database
GPG Key ID: 1E1B1F50D84613D0
1 changed files with 1 additions and 0 deletions

View File

@ -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