From 94c010c482cf5ea68b93add96f5446c156c940ce Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Thu, 17 Sep 2020 06:54:57 +0300 Subject: [PATCH] Include prefix for jwt --- debian-bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-bootstrap.sh b/debian-bootstrap.sh index 39d630ce..87146020 100755 --- a/debian-bootstrap.sh +++ b/debian-bootstrap.sh @@ -327,7 +327,7 @@ pushd /tmp \ && unzip v${LIBJWT_VER}.zip \ && pushd libjwt-${LIBJWT_VER} \ && autoreconf -fiv \ - && ./configure --disable-valgrind --disable-doxygen-doc \ + && ./configure --disable-valgrind --disable-doxygen-doc --prefix /usr \ && make \ && sudo make install \ && popd \