Merge pull request #1216 from xypron/os-prober

Installing os-probe requires fakeroot
This commit is contained in:
Dan Bungert 2022-03-14 08:50:48 -06:00 committed by GitHub
commit 6c5b038025
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -206,6 +206,8 @@ parts:
build-packages:
- build-essential
- debhelper
- fakeroot
override-build: |
./debian/rules build install
./debian/rules build
fakeroot ./debian/rules install
cp -a debian/os-prober/{usr,var} $SNAPCRAFT_PART_INSTALL