diff --git a/helpers/build-debs.sh b/helpers/build-debs.sh index 8177a69..f082b42 100755 --- a/helpers/build-debs.sh +++ b/helpers/build-debs.sh @@ -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