Enable buildinstaller.sh on Raspberry Pi

So that you can build a redistributable install for Pi, with nice things
like init scripts etc.
This commit is contained in:
Paul M Furley 2014-09-08 20:34:30 +01:00
commit 08ddddd8e4

View file

@ -38,6 +38,9 @@ case "$system" in
x86_64|amd64|x64)
machine="x64"
;;
armv6l)
machine="arm"
;;
*)
echo "Unsupported machine type: $machine"
exit 2