From 5f28e3aef41531a4199bebdeac72a506694e1a75 Mon Sep 17 00:00:00 2001 From: pancake Date: Fri, 21 Nov 2008 16:03:04 +0100 Subject: [PATCH] * Fix bash version variable in URL --HG-- extra : convert_revision : 3a79bb17b38cc6de94adb8a980e1c0000484e6d8 --- templates/bash.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/bash.tmpl b/templates/bash.tmpl index fa6b9e2c82a..426ef64471d 100644 --- a/templates/bash.tmpl +++ b/templates/bash.tmpl @@ -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