diff options
Diffstat (limited to 'extrapkg')
-rwxr-xr-x | extrapkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |