diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2010-08-05 22:39:17 +0200 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-08-05 22:39:17 +0200 |
| commit | 91024313d470314ecd49ecc0a9cdd80573b24139 (patch) | |
| tree | 606498cc014c3df62163315374d6d5553b4a96e9 /scripts/scan-pkgs.sh | |
| parent | 57177df84b91ca2cfb1e205f83353a8b7d7e2024 (diff) | |
| parent | 780b42f229c9a4fc4f8a30844f5bc6a17ec2dcd9 (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'scripts/scan-pkgs.sh')
| -rw-r--r-- | scripts/scan-pkgs.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh index 303935a9b..aff3f61f8 100644 --- a/scripts/scan-pkgs.sh +++ b/scripts/scan-pkgs.sh @@ -32,6 +32,10 @@ if [[ -n $ADK_NATIVE ]];then fi fi +if [[ -n $ADK_PACKAGE_GPSD ]]; then + NEED_PYTHON="$NEED_PYTHON gpsd" +fi + if [[ -n $ADK_PACKAGE_FIREFOX ]]; then NEED_ZIP="$NEED_ZIP firefox" NEED_LIBIDL="$NEED_LIBIDL firefox" @@ -265,5 +269,3 @@ if [[ -n $NEED_PYTHON ]]; then fi exit $out - -exit $out |
