From 237de20ff9596de99711384036bc27cf4936fa9c Mon Sep 17 00:00:00 2001 From: Takuya ASADA Date: Mon, 7 Jan 2019 18:11:44 +0900 Subject: [PATCH] dist/debian: correct dbuild path /usr/sbin/debuild is typo, should be /usr/bin. Signed-off-by: Takuya ASADA Message-Id: <20190107091148.1590-4-syuu@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 9f7a76aea6..f9ade22789 100755 --- a/dist/debian/build_deb.sh +++ b/dist/debian/build_deb.sh @@ -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