
30 Dec
2013
30 Dec
'13
3:26 p.m.
commit b70bab3e04445850fb5f20c949b7e65553d223c6 Author: Arturo Filastò <art@fuffa.org> Date: Mon Dec 30 02:09:42 2013 +0100 Make the setup-dependencies script work also on rasberry-pi --- setup-dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-dependencies.sh b/setup-dependencies.sh index 8852702..87a71aa 100755 --- a/setup-dependencies.sh +++ b/setup-dependencies.sh @@ -455,7 +455,7 @@ if [[ "$EUID" -ne "0" ]]; then fi case $DISTRO_VERSION in - natty|wheezy|squeeze|precise) + natty|wheezy|squeeze|precise|n/a) # Create the build directories DO "mkdir -p ${BUILD_DIR}" "0"