summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/d-i_manual.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/bin/d-i_manual.sh b/bin/d-i_manual.sh
index 78c9c539..910fdafd 100755
--- a/bin/d-i_manual.sh
+++ b/bin/d-i_manual.sh
@@ -55,6 +55,9 @@ po2xml() {
}
build_language() {
+ #
+ # this needs apt-get build-dep installation guide installed
+ #
FORMAT=$2
# if $FORMAT is a directoy and it's string length greater or equal then 3 (so not "." or "..")
if [ -d "$FORMAT" ] && [ ${#FORMAT} -ge 3 ]; then