Skip to content

Commit

Permalink
Merge pull request #69 from zeha/nofakeroot
Browse files Browse the repository at this point in the history
Stop explicitly requiring fakeroot
  • Loading branch information
Habbie authored Jan 16, 2024
2 parents 169502b + ccce514 commit 16bc160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helpers/build-debs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ EOF
# allow build to use all available processors
export DEB_BUILD_OPTIONS='parallel='`nproc`

fakeroot debian/rules binary || exit 1
dpkg-buildpackage -b || exit 1
popd
done

0 comments on commit 16bc160

Please sign in to comment.