summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-01-21 20:03:53 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-01-21 20:03:53 +0100
commit88f8c823598fb3dda3d52e2624df7019096ba64a (patch)
tree3728a238a398bf5fbcea3f2148a9944d36b624b6 /scripts
parente417a01d00a49441432c03a0693b279f2f5db73c (diff)
parent19d0a5966d6841b6ff262e5928b593b0a1d77fff (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