summaryrefslogtreecommitdiffstats
path: root/bin/d-i_manual.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2012-11-30 12:54:48 +0100
committerHolger Levsen <holger@layer-acht.org>2012-11-30 12:54:48 +0100
commit1dfd1072e598e9d97e38f7533cee6be1b1378cd2 (patch)
tree64181d07fd8e717f8cc179a7c55ace9f94a2b4ec /bin/d-i_manual.sh
parent1e939b9b5d8973003f6e58fb92a38b1b20e48b7c (diff)
downloadjenkins.debian.net-1dfd1072e598e9d97e38f7533cee6be1b1378cd2.tar.xz
add comment about build environment
Diffstat (limited to 'bin/d-i_manual.sh')
-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