[arch-commits] Commit in grub/repos/testing-x86_64 (PKGBUILD)
Ronald van Haren
ronald at archlinux.org
Wed Nov 12 10:51:28 UTC 2008
Date: Wednesday, November 12, 2008 @ 05:51:27
Author: ronald
Revision: 18960
set DESTARCH correctly
Modified:
grub/repos/testing-x86_64/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2008-11-12 10:47:25 UTC (rev 18959)
+++ PKGBUILD 2008-11-12 10:51:27 UTC (rev 18960)
@@ -37,8 +37,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
More information about the arch-commits
mailing list