diff options
author | Karel Kočí <cynerd@email.cz> | 2022-04-09 09:44:39 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2022-04-12 21:48:06 +0200 |
commit | 1c2206f46fc9f608f805071dd5e036d46249756d (patch) | |
tree | bbb44dbfc1575f228503afc1f58810edb0373e29 /pkgs/build-support | |
parent | 5339e045194c5ad482250c0271959a5fd9f97db2 (diff) | |
download | nixturris-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.sh | 5 |
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 -} |