From 3e247a8b4daae58939ba424a3d53e64917db3827 Mon Sep 17 00:00:00 2001 From: Tobias Powalowski Date: Mon, 29 Dec 2008 18:30:06 +0000 Subject: [PATCH] upgpkg: 0.97-15 --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index c817855..06f6c45 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -38,8 +38,8 @@ build() { cd $srcdir/$pkgname-$pkgver #set destination architecture here - DESTARCH="i686" - #DESTARCH="x86_64" + #DESTARCH="i686" + DESTARCH="x86_64" # optimizations break the build -- disable them # adding special devices to grub, patches are from fedora patch -Np1 -i ../special-devices.patch || return 1