From 1fe32e9cd5191dd9d465a5b2949cb5c3c948b075 Mon Sep 17 00:00:00 2001 From: Robert Baker Date: Wed, 5 Aug 2020 03:14:42 -0700 Subject: [PATCH] fix: add fakeroot needed for building --- tools/install-build-pkgs | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/install-build-pkgs b/tools/install-build-pkgs index 9d3057c6..29e1609e 100755 --- a/tools/install-build-pkgs +++ b/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