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
|
||||
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 New Issue