From 4e9cfd490cd1dde51d9b2e32200c23f851553f29 Mon Sep 17 00:00:00 2001 From: Stefan Lankes Date: Fri, 24 Aug 2018 07:27:22 +0200 Subject: [PATCH] add missing installation of the bootstrap version of libhermit --- tests.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests.sh b/tests.sh index 73bd641b5..066ecf54d 100755 --- a/tests.sh +++ b/tests.sh @@ -45,7 +45,7 @@ cd build cmake -DTOOLCHAIN_BIN_DIR=/opt/hermit/bin -DCMAKE_INSTALL_PREFIX=/opt/hermit -DBOOTSTRAP=true .. make hermit-bootstrap #checkinstall -D -y --exclude=build --pkggroup=main --maintainer=stefan@eonerc.rwth-aachen.de --pkgsource=https://hermitcore.org --pkgname=libhermit --pkgversion=0.2.9 --pkglicense=BSD make hermit-bootstrap-install -#make hermit-bootstrap-install +make hermit-bootstrap-install rm -rf * cmake -DTOOLCHAIN_BIN_DIR=/opt/hermit/bin -DCMAKE_INSTALL_PREFIX=/opt/hermit .. make -j1 package