diff options
| author | Karel Kočí <cynerd@email.cz> | 2021-12-13 17:17:01 +0100 |
|---|---|---|
| committer | Karel Kočí <cynerd@email.cz> | 2021-12-13 17:17:01 +0100 |
| commit | 001b0016acfeaeff22c2cef42ae72a1fa1fec0a4 (patch) | |
| tree | ae949614800007b79b9b343c97ca1a8d32a31e0b /build-support | |
| download | nixturris-001b0016acfeaeff22c2cef42ae72a1fa1fec0a4.tar.gz nixturris-001b0016acfeaeff22c2cef42ae72a1fa1fec0a4.tar.bz2 nixturris-001b0016acfeaeff22c2cef42ae72a1fa1fec0a4.zip | |
Add Sentinel packages and needed libraries
Diffstat (limited to 'build-support')
| -rw-r--r-- | build-support/bootstrap.sh | 5 |
1 files changed, 5 insertions, 0 deletions
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 +} |
