mirror of
https://github.com/hermitcore/libhermit.git
synced 2025-03-09 00:00:03 +01:00
add missing installation of the bootstrap version of libhermit
This commit is contained in:
parent
aca2a4873f
commit
4e9cfd490c
1 changed files with 1 additions and 1 deletions
2
tests.sh
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue