aboutsummaryrefslogtreecommitdiff
path: root/build-support
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2021-12-21 18:49:02 +0100
committerKarel Kočí <cynerd@email.cz>2021-12-21 18:50:27 +0100
commite3e7eed22cf5f2db558477a0dfdd90e81e038122 (patch)
tree7951ec30f53f8124fff65292a2e1aa71732a0fde /build-support
parent001b0016acfeaeff22c2cef42ae72a1fa1fec0a4 (diff)
downloadnixturris-e3e7eed22cf5f2db558477a0dfdd90e81e038122.tar.gz
nixturris-e3e7eed22cf5f2db558477a0dfdd90e81e038122.tar.bz2
nixturris-e3e7eed22cf5f2db558477a0dfdd90e81e038122.zip
treewide: move packages to subdirectory
Diffstat (limited to 'build-support')
-rw-r--r--build-support/bootstrap.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/build-support/bootstrap.sh b/build-support/bootstrap.sh
deleted file mode 100644
index a1202cb..0000000
--- a/build-support/bootstrap.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-preConfigurePhases="${preConfigurePhases:-} bootstrapPhase"
-
-bootstrapPhase() {
- ./bootstrap
-}