mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 04:56:58 +00:00
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:
committed by
Paweł Dziepak
parent
2520c8caac
commit
237de20ff9
2
dist/debian/build_deb.sh
vendored
2
dist/debian/build_deb.sh
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user