Commit d7e3a3ed authored by Jason Chu's avatar Jason Chu
Browse files

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
parent 9cc25b8c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"