Browse Source

fix: add fakeroot needed for building

pull/800/head
Robert Baker 4 years ago
parent
commit
1fe32e9cd5
  1. 1
      tools/install-build-pkgs

1
tools/install-build-pkgs

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

Loading…
Cancel
Save