Commit 161246f2 authored by Michael Tremer's avatar Michael Tremer

debian: Build a source package, too

Signed-off-by: default avatarMichael Tremer <michael.tremer@ipfire.org>
parent 590d0f4a
......@@ -63,7 +63,7 @@ main() {
cp -r "${tmp}/sources" .
# Run the build process
if ! sbuild --dist="${release}" --host="${arch}" "sources/${package}"; then
if ! sbuild --dist="${release}" --host="${arch}" --source "sources/${package}"; then
echo "Could not build package for ${release} on ${arch}" >&2
return 1
fi
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment