From ee06b8c3e790b7dbf5b06a30edc7b3c556b07fbe Mon Sep 17 00:00:00 2001 From: Ronald van Haren Date: Tue, 28 Jul 2009 10:35:03 +0000 Subject: [PATCH] FS#14363: revised inode patch, old one caused a division by zero --- PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PKGBUILD b/PKGBUILD index 32d4062..18f2f10 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