From 161246f29e0d73c4204f5179cb5695439619a771 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 19 May 2020 11:48:48 +0000 Subject: [PATCH] debian: Build a source package, too Signed-off-by: Michael Tremer --- debian/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/build.sh b/debian/build.sh index e31aeb3..b0f53bc 100644 --- a/debian/build.sh +++ b/debian/build.sh @@ -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 -- 2.39.2