diff options
author | Xavier Chantry <shiningxc@gmail.com> | 2009-07-22 06:03:25 +0200 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2009-09-06 22:50:42 +0200 |
commit | 594621cbeb2f27ce8d36e652c4fdd9a9d4385ec3 (patch) | |
tree | 78041ce99beafb27918a52b6398db92e3386cfd6 /etc | |
parent | 92f0775e76c75ebe9e30355cc99bb40cf365abcb (diff) | |
download | pacman-594621cbeb2f27ce8d36e652c4fdd9a9d4385ec3.tar.gz pacman-594621cbeb2f27ce8d36e652c4fdd9a9d4385ec3.tar.xz |
Add Architecture and --arch option
Signed-off-by: Xavier Chantry <shiningxc@gmail.com>
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'etc')
-rw-r--r-- | etc/pacman.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/pacman.conf.in b/etc/pacman.conf.in index 35572740..929d38ba 100644 --- a/etc/pacman.conf.in +++ b/etc/pacman.conf.in @@ -19,6 +19,7 @@ SyncFirst = pacman #XferCommand = /usr/bin/wget --passive-ftp -c -O %o %u #XferCommand = /usr/bin/curl %u > %o #CleanMethod = KeepInstalled +Architecture = auto # Pacman won't upgrade packages listed in IgnorePkg and members of IgnoreGroup #IgnorePkg = |