From 7d76643d71c9ffb06c572c97e2ae5498f8a9359b Mon Sep 17 00:00:00 2001 From: Tim 'mithro' Ansell Date: Tue, 18 Sep 2018 20:10:34 -0700 Subject: [PATCH] nextpnr: Fix the install prefix. --- nextpnr/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextpnr/build.sh b/nextpnr/build.sh index f30a7f42..ef89ecd2 100644 --- a/nextpnr/build.sh +++ b/nextpnr/build.sh @@ -7,6 +7,6 @@ if [ x"$TRAVIS" = xtrue ]; then CPU_COUNT=2 fi -cmake -DARCH=ice40 -DBUILD_GUI=OFF -DICEBOX_ROOT=${PREFIX}/share/icebox . +cmake -DARCH=ice40 -DBUILD_GUI=OFF -DICEBOX_ROOT=${PREFIX}/share/icebox -DCMAKE_INSTALL_PREFIX=/usr . make -j$(nproc) make DESTDIR=${PREFIX} install