Navigation Menu

Skip to content

Commit

Permalink
yum: changes to give priority to 'updates' repository
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Aug 24, 2012
1 parent 58a1b20 commit 96df302
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/yum/build-rpm.sh
Expand Up @@ -109,9 +109,9 @@ mkdir -p dependencies/SRPMS
mkdir -p tmp
cd tmp
wget \$base/\$srpm
wget \$update/\$srpm
if [ \$? -ne 0 ]; then
wget \$update/\$srpm
wget \$base/\$srpm
fi
rpm2cpio \$srpm | cpio -id
rm \$srpm
Expand Down

0 comments on commit 96df302

Please sign in to comment.