dist/debian: correct dbuild path

/usr/sbin/debuild is typo, should be /usr/bin.

Signed-off-by: Takuya ASADA <syuu@scylladb.com>
Message-Id: <20190107091148.1590-4-syuu@scylladb.com>
This commit is contained in:
Takuya ASADA
2019-01-07 18:11:44 +09:00
committed by Paweł Dziepak
parent 2520c8caac
commit 237de20ff9

View File

@@ -82,7 +82,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