summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-07-16 17:54:56 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2010-07-16 17:54:56 +0200
commit50ffd7421f99658e4bc12b99d2d1b870e18f987e (patch)
tree61ed2fff2b5ed9a5f001d1a98c51aa89d40e42a7 /scripts
parent0510c57bc3034ea84f3c724090009182f46835e3 (diff)
add intltool package, update xkeyboard-config
Diffstat (limited to 'scripts')
-rw-r--r--scripts/scan-pkgs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/scan-pkgs.sh b/scripts/scan-pkgs.sh
index 20471ad57..f08ee812a 100644
--- a/scripts/scan-pkgs.sh
+++ b/scripts/scan-pkgs.sh
@@ -141,7 +141,7 @@ fi
if [[ -n $NEED_INTL ]]; then
if ! which intltool-update >/dev/null 2>&1; then
- echo >&2 You need intltool-update to build $NEED_INTL
+ echo >&2 You need intltool to build $NEED_INTL
out=1
fi
fi