summaryrefslogtreecommitdiffstats
path: root/extrapkg
diff options
context:
space:
mode:
Diffstat (limited to 'extrapkg')
-rwxr-xr-xextrapkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/extrapkg b/extrapkg
index d752532..e2b670a 100755
--- a/extrapkg
+++ b/extrapkg
@@ -35,7 +35,7 @@ elif [ "$cmd" == "communitypkg" ]; then
fi
if [ "$repo" != "community" ]; then
- scp $pkgfile archlinux.org:/home/ftp/$repo/os/$CARCH
+ scp $pkgfile archlinux.org:staging/$repo/add
else
if [ ! -f ~/.tupkg ]; then
echo "Must configure tupkg via ~/.tupkg, cancelled"