From d3096f32e075ffcd42b5f8bdd50d8cb760ef68e1 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Fri, 11 Sep 2020 19:41:53 +0300 Subject: [PATCH] dist: debian: fix detection of debuild Fix the path of debuild, similar to what commit f57fbb77b0a3f8d240c9924f3fa4529f5b5c8122 ("dist: debian: fix detection of debuild") did in scylla-tools. Message-Id: <20200911164153.34699-1-penberg@scylladb.com> --- dist/debian/build_deb.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/debian/build_deb.sh b/dist/debian/build_deb.sh index 46b3902..8e372f4 100755 --- a/dist/debian/build_deb.sh +++ b/dist/debian/build_deb.sh @@ -67,7 +67,7 @@ fi if [ ! -f /usr/bin/python ]; then pkg_install python fi -if [ ! -f /usr/sbin/debuild ]; then +if [ ! -f /usr/bin/debuild ]; then pkg_install devscripts fi if [ ! -f /usr/bin/dh_testdir ]; then