diff options
Diffstat (limited to 'commitpkg')
-rwxr-xr-x | commitpkg | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ if [ ! -f $pkgfile ]; then fi # set up repo-specific opts depending on how we were called -server="archlinux.org" +server="gerolde.archlinux.org" if [ "$cmd" == "extrapkg" ]; then repo="extra" elif [ "$cmd" == "corepkg" ]; then |