From 910d8c0049a55b0a6b82a10dc0a7d9f6c08ab8a2 Mon Sep 17 00:00:00 2001 From: Michael Rodler Date: Thu, 2 Jun 2016 13:41:29 +0200 Subject: [PATCH] fixed typo in debian package list --- bin/manage-tools | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/manage-tools b/bin/manage-tools index 9f150d0..7426a7e 100755 --- a/bin/manage-tools +++ b/bin/manage-tools @@ -44,7 +44,7 @@ function detect_distribution() function base_build_setup_debian() { - PACKAGE_REQS="build-essential libtool g++ gcc linuxtexinfo curl wget automake autoconf python python-dev git subversion unzip virtualenvwrapper" + PACKAGE_REQS="build-essential libtool g++ gcc texinfo curl wget automake autoconf python python-dev git subversion unzip virtualenvwrapper" PACKAGE_COUNT=$(echo $PACKAGE_REQS | tr ' ' '\n' | wc -l) if [ $(dpkg -l $PACKAGE_REQS | grep "^ii" | wc -l) -ne $PACKAGE_COUNT ] then