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:
parent
8d92e5450e
commit
d3096f32e0
2
dist/debian/build_deb.sh
vendored
2
dist/debian/build_deb.sh
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user