mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-22 22:27:17 +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
|
# pgpdump
|
||||||
test ! -d pgpdump && git clone https://github.com/kazu-yamamoto/pgpdump.git
|
test ! -d pgpdump && git clone https://github.com/kazu-yamamoto/pgpdump.git
|
||||||
pushd pgpdump/
|
pushd pgpdump/
|
||||||
|
autoreconf -fiW all
|
||||||
./configure
|
./configure
|
||||||
make
|
make
|
||||||
sudo make install
|
sudo make install
|
||||||
|
|
Loading…
Reference in a new issue