Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Chu <jason@archlinux.org>2005-05-17 13:46:22 +0000
committerJason Chu <jason@archlinux.org>2005-05-17 13:46:22 +0000
commit6bfa8993853984b0ca1168e926d58d26504d83ae (patch)
tree94f86f6780a0098646ffea5221dbc5c497216091
parent231e1ab3a07ae4a9f0d832aa90e3592eb52ba563 (diff)
fixed typo
git-svn-id: http://projects.xennet.org/archtools/devtools/trunk@213 630f3fb4-fbd1-0310-a574-b293cca3120f
-rwxr-xr-xextrapkg2
1 files changed, 1 insertions, 1 deletions
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