From b968d1834961362b3a80cdc8fd2be3ba2d3a23ea Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Tue, 9 Oct 2012 16:26:45 +0900 Subject: [PATCH] test-rebuild.sh: fix nvr list --- test-rebuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test-rebuild.sh b/test-rebuild.sh index eb739d2..09839ce 100755 --- a/test-rebuild.sh +++ b/test-rebuild.sh @@ -31,7 +31,7 @@ mkdir -p $TMP/ cd $ARCH -PKGS=$(rpm -qp *-$VERREL) +PKGS=$(rpm -qp $(ls *-$VERREL*.rpm)) for i in $PKGS; do sudo yum install -q $i