summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-21 20:04:13 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-21 20:04:13 +0100
commit357771e31bd0effe155ad2b3ad6326ab086c3b1c (patch)
tree09bd7c708f0a0ca6b2f79388a355558a3e7247ce /scripts
parentc33f1fc73a473ffd39ec5cf7cd7b417546b3a8c8 (diff)
parent88f8c823598fb3dda3d52e2624df7019096ba64a (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts')
-rw-r--r--scripts/scan-pkgs.sh4
1 files changed, 1 insertions, 3 deletions
diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh
index fcc64ac94..9af693c08 100644
--- a/scripts/scan-pkgs.sh
+++ b/scripts/scan-pkgs.sh
@@ -31,9 +31,6 @@ if [[ -n $ADK_NATIVE ]];then
if [[ -n $ADK_TARGET_PACKAGE_RPM ]]; then
NEED_RPM="$NEED_RPM rpm"
fi
- if [[ -n $ADK_PACKAGE_SQUID ]]; then
- NEED_GXX="$NEED_GXX squid"
- fi
fi
if [[ -n $ADK_PACKAGE_RUBY ]]; then
@@ -58,6 +55,7 @@ fi
if [[ -n $ADK_PACKAGE_SQUID ]]; then
NEED_SSLDEV="$NEED_SSLDEV squid"
+ NEED_GXX="$NEED_GXX squid"
fi
if [[ -n $ADK_PACKAGE_DANSGUARDIAN ]]; then