summaryrefslogtreecommitdiff
path: root/pkgs/build-support/bootstrap.sh
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/build-support/bootstrap.sh')
-rw-r--r--pkgs/build-support/bootstrap.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/pkgs/build-support/bootstrap.sh b/pkgs/build-support/bootstrap.sh
new file mode 100644
index 0000000..a1202cb
--- /dev/null
+++ b/pkgs/build-support/bootstrap.sh
@@ -0,0 +1,5 @@
+preConfigurePhases="${preConfigurePhases:-} bootstrapPhase"
+
+bootstrapPhase() {
+ ./bootstrap
+}