mirror of https://github.com/CIRCL/AIL-framework
fix: [pgpdump] fix installer, new pgpdump version require to launch autoreconf
parent
50ff7529d2
commit
e21257a3fe
|
@ -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 New Issue