diff --git a/dist/debian/build_deb.sh b/dist/debian/build_deb.sh index b8cbe76ce6..9c1bded032 100755 --- a/dist/debian/build_deb.sh +++ b/dist/debian/build_deb.sh @@ -94,9 +94,6 @@ fi if [ ! -f /usr/sbin/pbuilder ]; then pkg_install pbuilder fi -if [ ! -f /usr/bin/ant ]; then - pkg_install ant -fi if [ ! -f /usr/bin/dh_testdir ]; then pkg_install debhelper fi