From c554c86a6ae091b15f41b97b682f574477d4bdd4 Mon Sep 17 00:00:00 2001 From: Charadon Date: Sat, 16 Jul 2022 21:53:48 -0400 Subject: Removed chroot support as that's out of scope of the project --- build.sh | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index 044a189..b520046 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,12 @@ #!/bin/sh +set -eu + # Insert build commands in here. # -gmake -j4 +# If you're feeling particular paranoid, you can make it chroot here. # + +./configure +make -j4 +make DESTDIR=app install + +exit 0 -- cgit 1.4.1-2-gfad0