diff options
author | Jason Chu <jason@archlinux.org> | 2006-04-28 02:42:23 +0000 |
---|---|---|
committer | Jason Chu <jason@archlinux.org> | 2006-04-28 02:42:23 +0000 |
commit | d7e3a3ed63042802e4b36d949b48d7a668d59968 (patch) | |
tree | 511387128bf5d580c2cdfbdec3c6e41521625f7b | |
parent | 9cc25b8cd4967167a3f44a4c65fc30f69f0e5a70 (diff) | |
download | devtools32-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-x | extrapkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |