Browse Source

Merge pull request #800 from robertbaker/patch-1

fix: add fakeroot needed for building
pull/806/head
trapexit 4 years ago
committed by GitHub
parent
commit
3f593d9c3b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      tools/install-build-pkgs

1
tools/install-build-pkgs

@ -11,6 +11,7 @@ if [ -e /usr/bin/apt-get ]; then
g++ \
debhelper \
automake \
fakeroot \
libtool \
lsb-release
apt-get -qy --no-install-suggests --no-install-recommends install python

Loading…
Cancel
Save