Ports: Add missing dependency on readline to bash

This commit is contained in:
butter1125 2025-01-21 10:14:15 -06:00 committed by Tim Schumacher
parent 0cf07ee4e3
commit 8010d6840f

View file

@ -15,6 +15,9 @@ icon_file='https://static-00.iconduck.com/assets.00/bash-icon-224x256-qo4a7ex6.p
files=(
"https://ftpmirror.gnu.org/gnu/bash/bash-${version}.tar.gz#9599b22ecd1d5787ad7d3b7bf0c59f312b3396d1e281175dd1f8a4014da621ff"
)
depends=(
'readline'
)
build() {
run_replace_in_file "s/define GETCWD_BROKEN 1/undef GETCWD_BROKEN/" config.h