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>
This commit is contained in:
Pekka Enberg 2020-09-11 19:41:53 +03:00 committed by Avi Kivity
parent 8d92e5450e
commit d3096f32e0
1 changed files with 1 additions and 1 deletions

View File

@ -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