diff options
author | Holger Levsen <holger@layer-acht.org> | 2012-11-30 12:54:48 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2012-11-30 12:54:48 +0100 |
commit | 1dfd1072e598e9d97e38f7533cee6be1b1378cd2 (patch) | |
tree | 64181d07fd8e717f8cc179a7c55ace9f94a2b4ec | |
parent | 1e939b9b5d8973003f6e58fb92a38b1b20e48b7c (diff) | |
download | jenkins.debian.net-1dfd1072e598e9d97e38f7533cee6be1b1378cd2.tar.xz |
add comment about build environment
-rwxr-xr-x | bin/d-i_manual.sh | 3 |
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 |