From ad1733817a266be70a0c870b7de4a46768d1e820 Mon Sep 17 00:00:00 2001 From: Stefan Fiedler Date: Wed, 26 Jul 2006 15:41:55 +0000 Subject: [PATCH] Stefan Fiedler: scripts/Build-Pkg: fix in-place package downloading BUGFIX [2006072518410799000] (https://www.rocklinux.net/submaster) git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@7767 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- scripts/Build-Pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Build-Pkg b/scripts/Build-Pkg index 12b4f067a..6073d218d 100755 --- a/scripts/Build-Pkg +++ b/scripts/Build-Pkg @@ -791,7 +791,7 @@ then if [ "$download" = 1 ]; then echo_status "Running ./scripts/Download for this package..." echo_status "----- DOWNLOAD LOG -----" - echo; ./scripts/Download $pkg; echo + echo; ./scripts/Download $xpkg; echo echo_status "------------------------" fi fi