mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
fix(bash): remove debugging code
This commit is contained in:
parent
00e3f91d76
commit
4f66a58b7a
1 changed files with 0 additions and 2 deletions
|
|
@ -24,6 +24,4 @@ src_compile() {
|
||||||
src_install() {
|
src_install() {
|
||||||
# Keep seed output for bootstrap artifact generation.
|
# Keep seed output for bootstrap artifact generation.
|
||||||
install -D -m 0755 bash "${DESTDIR}${SEED_PREFIX}/bin/bash"
|
install -D -m 0755 bash "${DESTDIR}${SEED_PREFIX}/bin/bash"
|
||||||
# Also provide runtime shell in system prefix for script chaining.
|
|
||||||
install -D -m 0755 bash "${DESTDIR}/usr/bin/bash"
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue