diff options
author | Aaron Griffin <aaron@archlinux.org> | 2007-02-13 00:57:08 +0000 |
---|---|---|
committer | Aaron Griffin <aaron@archlinux.org> | 2007-02-13 00:57:08 +0000 |
commit | 4d494a39e710fdcb749083593cef4c1504407f5c (patch) | |
tree | 538934b7c67c428087762be63e8cca18cf709b8a /etc | |
parent | 69d6e5a9ebcdd05287e72b63811d87fe8ea0784f (diff) |
Fix some x86_64 configuration handling
Diffstat (limited to 'etc')
-rw-r--r-- | etc/pacman.conf.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in index fcdd65d8..ec2b54df 100644 --- a/etc/pacman.conf.in +++ b/etc/pacman.conf.in @@ -25,7 +25,7 @@ HoldPkg = pacman glibc # have identical names, regardless of version number # #[testing] -#Server = ftp://ftp.archlinux.org/testing/os/i686 +#Server = ftp://ftp.archlinux.org/testing/os/@CARCH@ [current] # Add your preferred servers here, they will be used first |