From 11e063e3f3ba8022e2b68db8fa5ea93eaf1d69d6 Mon Sep 17 00:00:00 2001 From: Kees Verruijt Date: Sat, 28 May 2016 13:36:44 +0000 Subject: [PATCH] Add openplotter host for linux-armhf. --- build.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/build.sh b/build.sh index 1cec2eca..bed48efb 100755 --- a/build.sh +++ b/build.sh @@ -24,6 +24,11 @@ case $host in PACKAGE="*.pkg" ;; + openplotter) # 'Raspian/Openplotter' on real RPi3 or Qemu + BUILDDIR=build-linux-armhf + PACKAGE="*.deb *.rpm *.bz2" + ;; + debian7) # 'Debian 7' VirtualBox vm BUILDDIR=build-linux-x86_64 PACKAGE="*.deb *.rpm *.bz2"