[arch-commits] Commit in grub2/repos/extra-x86_64 (PKGBUILD)

Ronald van Haren ronald at archlinux.org
Sun May 10 22:15:31 UTC 2009


    Date: Sunday, May 10, 2009 @ 18:15:31
  Author: ronald
Revision: 38930

set x86_64 architecture

Modified:
  grub2/repos/extra-x86_64/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2009-05-10 22:15:04 UTC (rev 38929)
+++ PKGBUILD	2009-05-10 22:15:31 UTC (rev 38930)
@@ -27,8 +27,8 @@
 
 build() {
   # Set destination architecture here
-  DESTARCH="i686"
-  #DESTARCH="x86_64"
+  #DESTARCH="i686"
+  DESTARCH="x86_64"
 
   cd $srcdir/${pkgname}-${pkgver}
   # run autogen.sh to create configure files




More information about the arch-commits mailing list