From b7bb824b0a4a89627e26e55148ba15a049ed149d Mon Sep 17 00:00:00 2001 From: casey langen Date: Sun, 13 Jan 2019 19:38:09 +0000 Subject: [PATCH] Also clean the bin dir --- archive-rpi.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/archive-rpi.sh b/archive-rpi.sh index c30430aca..c7102f5da 100755 --- a/archive-rpi.sh +++ b/archive-rpi.sh @@ -1,5 +1,6 @@ #!/bin/sh +rm -rf bin ./clean-nix.sh cmake -DGENERATE_DEB=1 -DDEB_ARCHITECTURE=armhf -DDEB_DISTRO=stretch -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release . make -j2