From 001b0016acfeaeff22c2cef42ae72a1fa1fec0a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Mon, 13 Dec 2021 17:17:01 +0100 Subject: Add Sentinel packages and needed libraries --- build-support/bootstrap.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 build-support/bootstrap.sh (limited to 'build-support') diff --git a/build-support/bootstrap.sh b/build-support/bootstrap.sh new file mode 100644 index 0000000..a1202cb --- /dev/null +++ b/build-support/bootstrap.sh @@ -0,0 +1,5 @@ +preConfigurePhases="${preConfigurePhases:-} bootstrapPhase" + +bootstrapPhase() { + ./bootstrap +} -- cgit v1.2.3