aboutsummaryrefslogtreecommitdiff
path: root/pkgs/build-support
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-04-09 09:44:39 +0200
committerKarel Kočí <cynerd@email.cz>2022-04-12 21:48:06 +0200
commit1c2206f46fc9f608f805071dd5e036d46249756d (patch)
treebbb44dbfc1575f228503afc1f58810edb0373e29 /pkgs/build-support
parent5339e045194c5ad482250c0271959a5fd9f97db2 (diff)
downloadnixturris-1c2206f46fc9f608f805071dd5e036d46249756d.tar.gz
nixturris-1c2206f46fc9f608f805071dd5e036d46249756d.tar.bz2
nixturris-1c2206f46fc9f608f805071dd5e036d46249756d.zip
treewide: move sentinel to the dedicated repository
Diffstat (limited to 'pkgs/build-support')
-rw-r--r--pkgs/build-support/bootstrap.sh5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/build-support/bootstrap.sh b/pkgs/build-support/bootstrap.sh
deleted file mode 100644
index a1202cb..0000000
--- a/pkgs/build-support/bootstrap.sh
+++ /dev/null
@@ -1,5 +0,0 @@
-preConfigurePhases="${preConfigurePhases:-} bootstrapPhase"
-
-bootstrapPhase() {
- ./bootstrap
-}