[arch-releng] [PATCH 4/8] [syslinux-iso] download-repo.sh only download packages from specified repo

Gerardo Exequiel Pozzi vmlinuz386 at yahoo.com.ar
Tue Jun 29 02:03:50 EDT 2010


Fixes FS#18733 http://bugs.archlinux.org/task/18733

Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386 at yahoo.com.ar>
---
 configs/syslinux-iso/download-repo.sh |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configs/syslinux-iso/download-repo.sh b/configs/syslinux-iso/download-repo.sh
index 800d49a..8655a8d 100755
--- a/configs/syslinux-iso/download-repo.sh
+++ b/configs/syslinux-iso/download-repo.sh
@@ -43,7 +43,7 @@ PKGS=$(/usr/bin/pacman -Sl $REPO | cut -d' ' -f1,2 | tr ' ' '/')
 if [ -n "$PKGS" ]; then
     baseurl=""
     cachedir="/var/cache/pacman/pkg"
-    for url in $(/usr/bin/pacman -Sp $PKGS | grep '://'); do
+    for url in $(/usr/bin/pacman -Sdp $PKGS | grep '://'); do
         baseurl="$(dirname "$url")" #save for later
         pkgname="$(basename "$url")"
         cachedpkg="$cachedir/$pkgname"
-- 
1.7.1




More information about the arch-releng mailing list