summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-02-11 21:04:38 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-02-11 21:04:38 +0100
commita8c382023711b7662665cfbcb9167b7d6f191d9c (patch)
treea163c26acf426a7e5f0bfa1f4861376c54c97a82 /scripts
parent2907777b4f1c86e8158986d19e4087d3ad8be864 (diff)
fix compile on NetBSD
Diffstat (limited to 'scripts')
-rw-r--r--scripts/scan-pkgs.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh
index b96a92e8f..a1e9e9440 100644
--- a/scripts/scan-pkgs.sh
+++ b/scripts/scan-pkgs.sh
@@ -33,10 +33,6 @@ if [[ -n $ADK_NATIVE ]];then
fi
fi
-if [[ -n $ADK_PACKAGE_RUBY ]]; then
- NEED_RUBY="$NEED_RUBY ruby"
-fi
-
if [[ -n $ADK_PACKAGE_LIBUSB ]]; then
NEED_BISON="$NEED_BISON libusb"
fi