fixed typo

git-svn-id: http://projects.xennet.org/archtools/devtools/trunk@213 630f3fb4-fbd1-0310-a574-b293cca3120f
This commit is contained in:
Jason Chu 2005-05-17 13:46:22 +00:00
parent 231e1ab3a0
commit 6bfa899385
1 changed files with 1 additions and 1 deletions

View File

@ -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