summaryrefslogtreecommitdiffstats
path: root/install-deps.sh
diff options
context:
space:
mode:
authorKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2013-04-26 16:07:10 +0300
committerKaarle Ritvanen <kaarle.ritvanen@datakunkku.fi>2013-04-26 16:07:10 +0300
commit13eb04abbc9d8561e44786ce9b0dd94bc1454e1f (patch)
treede9e355d35daaad565803c76f107c9617c79ed7b /install-deps.sh
parentaa778f7cbe0285056516b15044037309f9ec95e7 (diff)
downloadacf2-13eb04abbc9d8561e44786ce9b0dd94bc1454e1f.tar.bz2
acf2-13eb04abbc9d8561e44786ce9b0dd94bc1454e1f.tar.xz
substitute lua-posix for lua-filesystem
Diffstat (limited to 'install-deps.sh')
-rwxr-xr-xinstall-deps.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install-deps.sh b/install-deps.sh
index dcea022..e1b3429 100755
--- a/install-deps.sh
+++ b/install-deps.sh
@@ -3,7 +3,7 @@
# Copyright (c) 2012-2013 Kaarle Ritvanen
# See LICENSE file for license details
-PACKAGES="lua-augeas lua-filesystem lua-json4 lua-stringy uwsgi uwsgi-lua"
+PACKAGES="lua-augeas lua-json4 lua-posix lua-stringy uwsgi uwsgi-lua"
[ "$1" = -d ] && PACKAGES="$PACKAGES bash curl"