mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-22 14:17:16 +00:00
fix: [pgpdump] fix installer, new pgpdump version require to launch autoreconf
This commit is contained in:
parent
50ff7529d2
commit
e21257a3fe
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue