From 9cf50f2b0222ea7158b8883b9ce3c3d1d01f219b Mon Sep 17 00:00:00 2001 From: Marc Fiuczynski Date: Fri, 24 Aug 2007 06:21:04 +0000 Subject: [PATCH] make Fedora 7 compatible --- system-packages.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/system-packages.sh b/system-packages.sh index c1e07e9..d225ed5 100755 --- a/system-packages.sh +++ b/system-packages.sh @@ -6,7 +6,7 @@ # Mark Huang # Copyright (C) 2004-2006 The Trustees of Princeton University # -# $Id: system-packages.sh,v 1.4 2006/11/13 18:59:32 mlhuang Exp $ +# $Id: system-packages.sh,v 1.5 2007/08/24 06:06:04 mef Exp $ # export PATH=/sbin:/bin:/usr/sbin:/usr/bin @@ -63,7 +63,7 @@ for vref in planetflow ; do # downloading it from one of the common # subdirectories. echo "* $vref: $repository $package-$version.$arch.rpm" - for subdirectory in "" Fedora/RPMS $arch ; do + for subdirectory in "" Fedora/RPMS Fedora $arch ; do if curl --fail --silent --max-time 60 $baseurl/$subdirectory/$package-$version.$arch.rpm \ >$rpms/$package-$version.$arch.rpm ; then break -- 2.43.0