summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason Chu <jason@archlinux.org>2006-04-28 04:42:23 +0200
committerJason Chu <jason@archlinux.org>2006-04-28 04:42:23 +0200
commitd7e3a3ed63042802e4b36d949b48d7a668d59968 (patch)
tree511387128bf5d580c2cdfbdec3c6e41521625f7b
parent9cc25b8cd4967167a3f44a4c65fc30f69f0e5a70 (diff)
downloaddevtools-d7e3a3ed63042802e4b36d949b48d7a668d59968.tar.gz
devtools-d7e3a3ed63042802e4b36d949b48d7a668d59968.tar.xz
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
-rwxr-xr-xextrapkg2
1 files changed, 1 insertions, 1 deletions
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"