From d7e3a3ed63042802e4b36d949b48d7a668d59968 Mon Sep 17 00:00:00 2001 From: Jason Chu Date: Fri, 28 Apr 2006 02:42:23 +0000 Subject: 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 --- extrapkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extrapkg b/extrapkg index fb9f6bc..4821167 100755 --- a/extrapkg +++ b/extrapkg @@ -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" -- cgit v1.2.3-24-g4f1b