From 6bfa8993853984b0ca1168e926d58d26504d83ae Mon Sep 17 00:00:00 2001 From: Jason Chu Date: Tue, 17 May 2005 13:46:22 +0000 Subject: fixed typo git-svn-id: http://projects.xennet.org/archtools/devtools/trunk@213 630f3fb4-fbd1-0310-a574-b293cca3120f --- extrapkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extrapkg b/extrapkg index cf4b247..d752532 100755 --- a/extrapkg +++ b/extrapkg @@ -34,7 +34,7 @@ elif [ "$cmd" == "communitypkg" ]; then tag="CURRENT" fi -if [ "$repo" != "communitypkg" ]; then +if [ "$repo" != "community" ]; then scp $pkgfile archlinux.org:/home/ftp/$repo/os/$CARCH else if [ ! -f ~/.tupkg ]; then -- cgit v1.2.3-24-g4f1b