summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xtools/rockboxdev.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/rockboxdev.sh b/tools/rockboxdev.sh
index 3112068..49f9abb 100755
--- a/tools/rockboxdev.sh
+++ b/tools/rockboxdev.sh
@@ -34,7 +34,7 @@ if [ -z $GNU_MIRROR ] ; then
fi
# These are the tools this script requires and depends upon.
-reqtools="gcc bzip2 make patch"
+reqtools="gcc bzip2 make patch makeinfo"
##############################################################################
# Functions: