summaryrefslogtreecommitdiffstats
path: root/install-deps.sh
diff options
context:
space:
mode:
Diffstat (limited to 'install-deps.sh')
-rwxr-xr-xinstall-deps.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install-deps.sh b/install-deps.sh
index 01db51c..589a5c3 100755
--- a/install-deps.sh
+++ b/install-deps.sh
@@ -1,11 +1,11 @@
#!/bin/sh
-# Copyright (c) 2012-2014 Kaarle Ritvanen
+# Copyright (c) 2012-2015 Kaarle Ritvanen
# See LICENSE file for license details
PACKAGES="lua5.2-augeas lua5.2-b64 lua5.2-cjson lua5.2-crypto lua5.2-file-magic
lua5.2-openrc lua5.2-posix lua5.2-stringy uwsgi uwsgi-lua"
-[ "$1" = -d ] && PACKAGES="$PACKAGES bash curl"
+[ "$1" = -d ] && PACKAGES="$PACKAGES bash curl ldoc"
exec apk add --virtual .aconf-deps $PACKAGES