diff options
author | Karel Kočí <cynerd@email.cz> | 2021-12-21 18:49:02 +0100 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2021-12-21 18:50:27 +0100 |
commit | e3e7eed22cf5f2db558477a0dfdd90e81e038122 (patch) | |
tree | 7951ec30f53f8124fff65292a2e1aa71732a0fde /build-support | |
parent | 001b0016acfeaeff22c2cef42ae72a1fa1fec0a4 (diff) | |
download | nixturris-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.sh | 5 |
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 -} |