[arch-commits] Commit in grub/trunk (PKGBUILD)
Ronald van Haren
ronald at archlinux.org
Wed Aug 3 19:24:00 UTC 2011
Date: Wednesday, August 3, 2011 @ 15:24:00
Author: ronald
Revision: 134416
upgpkg: grub 0.97-18
fix compile issues; handle new kernel naming scheme in install-grub script; make install-grub script slightly smarter (though still not very smart)
Modified:
grub/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2011-08-03 19:21:26 UTC (rev 134415)
+++ PKGBUILD 2011-08-03 19:24:00 UTC (rev 134416)
@@ -39,8 +39,8 @@
#set destination architecture here
-#DESTARCH="i686"
-DESTARCH="x86_64"
+DESTARCH="i686"
+#DESTARCH="x86_64"
build() {
More information about the arch-commits
mailing list