summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2009-12-07 21:10:50 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2009-12-07 21:10:50 +0100
commit1177dd5a0699834c4ffaa1a19e873a208f057fdc (patch)
treee71f345f6566627b01a7913bb748acd03d8ec54d /scripts
parent258ab03b24d7cb8809f37db11870e9c5680471db (diff)
parent2401bd28ca9a2bc6b4f3be0b5c6e93d6575ca53a (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts')
-rw-r--r--scripts/scan-pkgs.sh6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh
index 4118383d5..1e4d6db8c 100644
--- a/scripts/scan-pkgs.sh
+++ b/scripts/scan-pkgs.sh
@@ -95,8 +95,10 @@ fi
if [[ -n $NEED_CURLDEV ]];then
if ! test -f /usr/include/curl/curl.h >/dev/null; then
- echo >&2 You need curl headers to build $NEED_CURLDEV
- out=1
+ if ! test -f /usr/local/include/curl/curl.h >/dev/null; then
+ echo >&2 You need curl headers to build $NEED_CURLDEV
+ out=1
+ fi
fi
fi