[arch-commits] Commit in grub/trunk (PKGBUILD)
Ronald van Haren
ronald at archlinux.org
Tue Jul 28 10:35:03 UTC 2009
Date: Tuesday, July 28, 2009 @ 06:35:03
Author: ronald
Revision: 47864
upgpkg: grub 0.97-16
FS#14363: revised inode patch, old one caused a division by zero
Modified:
grub/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2009-07-28 10:33:10 UTC (rev 47863)
+++ PKGBUILD 2009-07-28 10:35:03 UTC (rev 47864)
@@ -39,8 +39,8 @@
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
More information about the arch-commits
mailing list