diff --git a/dist/debian/build_deb.sh b/dist/debian/build_deb.sh index 46b3902..8e372f4 100755 --- a/dist/debian/build_deb.sh +++ b/dist/debian/build_deb.sh @@ -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