Merge pull request #800 from robertbaker/patch-1

fix: add fakeroot needed for building
This commit is contained in:
trapexit 2020-08-05 21:07:35 -04:00 committed by GitHub
commit 3f593d9c3b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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