Skip to content

Commit

Permalink
Define distro in .changes file
Browse files Browse the repository at this point in the history
  • Loading branch information
rhaschke committed Oct 16, 2023
1 parent 10d408d commit 74cee3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ function build_pkg {
rm -rf .git

ici_label update_repo || return 1
SBUILD_OPTS="--chroot=sbuild --no-clean-source --no-run-lintian $EXTRA_SBUILD_OPTS"
SBUILD_OPTS="--chroot=sbuild --no-clean-source --no-run-lintian --dist=$DEB_DISTRO $EXTRA_SBUILD_OPTS"
ici_label "${SBUILD_QUIET[@]}" sg sbuild -c "sbuild $SBUILD_OPTS" || return 4

"${CCACHE_QUIET[@]}" ici_label ccache -sv || return 1
Expand Down

0 comments on commit 74cee3b

Please sign in to comment.