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

This commit is contained in:
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

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