diff --git a/steps-guix/bash-5.3-1/pass1.sh b/steps-guix/bash-5.3-1/pass1.sh index 03861837..00599283 100644 --- a/steps-guix/bash-5.3-1/pass1.sh +++ b/steps-guix/bash-5.3-1/pass1.sh @@ -24,4 +24,6 @@ src_compile() { src_install() { # Keep seed output for bootstrap artifact generation. install -D -m 0755 bash "${DESTDIR}${SEED_PREFIX}/bin/bash" + # same as steps/bash + install -D -m 0755 bash "${DESTDIR}/usr/bin/bash" }