* Fix bash version variable in URL
--HG-- extra : convert_revision : 3a79bb17b38cc6de94adb8a980e1c0000484e6d8
This commit is contained in:
parent
17c2099ca9
commit
5f28e3aef4
|
@ -31,7 +31,7 @@ pre_configure()
|
|||
{
|
||||
# Apply all patches for current (3.2) version.
|
||||
local lpatch="039"
|
||||
local URL="http://ftp.gnu.org/gnu/bash/bash-$version-patches"
|
||||
local URL="http://ftp.gnu.org/gnu/bash/bash-$bash_distver-patches"
|
||||
|
||||
for p in $(seq -w 001 $lpatch); do
|
||||
if [ ! -f "$XBPS_SRCDISTDIR/bash32-$p" ]; then
|
||||
|
|
Loading…
Reference in New Issue