--- PKGBUILD.orig 2007-05-27 17:05:14.000000000 -0400 +++ PKGBUILD 2007-05-27 17:08:31.000000000 -0400 @@ -6,6 +6,7 @@ pkgver=0.4b41 pkgrel=1 pkgdesc="dump and restore facilitate backups to tapedrive from ext2 and ext3 filesystems" +arch=('i686' 'x86_64') depends=('e2fsprogs') source=(http://dl.sourceforge.net/$pkgname/$pkgname-$pkgver.tar.gz) url="http://dump.sourceforge.net/" @@ -13,7 +14,7 @@ build() { cd $startdir/src/$pkgname-$pkgver - ./configure --prefix=/usr --with-manowner=root --with-mangrp=root --with-manmode=644 --with-bingrp=root --disable-readline + ./configure --prefix=/usr --with-manowner=root --with-mangrp=root --with-manmode=644 --with-bingrp=root --disable-readline --sysconfdir=/etc make || return 1 make prefix=$startdir/pkg/usr install }