diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-05-28 14:55:21 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-05-28 14:55:21 +0200 |
commit | 98da63723edeaec36dc9ab898481b907f751b09e (patch) | |
tree | 2e36effbbcfa63bb303c6b5a01ae2d0f58e68829 /scripts/scan-tools.sh | |
parent | 0c9bb949420c179a80a1c695f11b3336567bed0c (diff) | |
parent | 9a841e2aed7b7e52958e5703215643dd3cf45ad0 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts/scan-tools.sh')
-rw-r--r-- | scripts/scan-tools.sh | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/scripts/scan-tools.sh b/scripts/scan-tools.sh index 89e368d8b..256104f2b 100644 --- a/scripts/scan-tools.sh +++ b/scripts/scan-tools.sh @@ -184,9 +184,11 @@ fi if [[ ! -s /usr/include/ncurses.h ]]; then if [[ ! -s /usr/include/curses.h ]]; then - echo Install ncurses header files, please. - echo - out=1 + if [[ ! -s /usr/include/ncurses/ncurses.h ]]; then + echo Install ncurses header files, please. + echo + out=1 + fi fi fi |