made the repo variable point to the right place for currentpkg

git-svn-id: http://projects.xennet.org/archtools/devtools/trunk@221 630f3fb4-fbd1-0310-a574-b293cca3120f
This commit is contained in:
Jason Chu 2006-04-28 02:42:23 +00:00
parent 9cc25b8cd4
commit d7e3a3ed63
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ if [ "$cmd" == "extrapkg" ]; then
repo="extra"
tag="CURRENT"
elif [ "$cmd" == "currentpkg" ]; then
repo="current"
repo="arch"
tag="CURRENT"
elif [ "$cmd" == "testingpkg" ]; then
repo="testing"