From e02845f2becc6af2062c9d03a7e0b85bbdf0bc60 Mon Sep 17 00:00:00 2001 From: casey langen Date: Sat, 15 Feb 2020 07:19:43 +0000 Subject: [PATCH] Updated archive-rpi.sh script --- archive-rpi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archive-rpi.sh b/archive-rpi.sh index c7102f5da..e77bd7df3 100755 --- a/archive-rpi.sh +++ b/archive-rpi.sh @@ -2,6 +2,6 @@ rm -rf bin ./clean-nix.sh -cmake -DGENERATE_DEB=1 -DDEB_ARCHITECTURE=armhf -DDEB_DISTRO=stretch -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release . +cmake -DGENERATE_DEB=1 -DDEB_ARCHITECTURE=armhf -DDEB_DISTRO=buster -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release . make -j2 cpack