Skip to content

Commit

Permalink
pbuilderrc: set DISTRIBUTION along with DIST
Browse files Browse the repository at this point in the history
  • Loading branch information
2maz committed Aug 29, 2023
1 parent 0d29d27 commit 8433d51
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/apaka/packaging/templates/etc-pbuilderrc
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@ elif [ -n ${DIST} ] && [ -z ${DISTRIBUTION} ]; then
echo "warning: DISTRIBUTION is not set, using DIST=${DIST}"
DISTRIBUTION=$DIST
else
# no default distribution, let it fail
# no distribution specified, use currently running distribution
DIST=$(lsb_release -sc)
DISTRIBUTION=$DIST
echo "warning: no distribution set -- using default: ${DIST}"
fi

Expand Down

0 comments on commit 8433d51

Please sign in to comment.