[arch-commits] CVS update of core/base/grub (PKGBUILD)

Thomas Baechler thomas at archlinux.org
Thu Sep 20 00:34:44 UTC 2007


    Date: Wednesday, September 19, 2007 @ 20:34:44
  Author: thomas
    Path: /home/cvs-core/core/base/grub

Modified: PKGBUILD (1.32 -> 1.33)

upgpkg: grub 0.97-8


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


Index: core/base/grub/PKGBUILD
diff -u core/base/grub/PKGBUILD:1.32 core/base/grub/PKGBUILD:1.33
--- core/base/grub/PKGBUILD:1.32	Tue Aug 21 11:35:01 2007
+++ core/base/grub/PKGBUILD	Wed Sep 19 20:34:44 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.32 2007/08/21 15:35:01 dan Exp $
+# $Id: PKGBUILD,v 1.33 2007/09/20 00:34:44 thomas Exp $
 # Maintainer: judd <jvinet at zeroflux.org>
 pkgname=grub
 pkgver=0.97
-pkgrel=7
+pkgrel=8
 pkgdesc="A GNU multiboot boot loader"
 arch=(i686 x86_64)
 url="http://www.gnu.org/software/grub/"
@@ -58,4 +58,8 @@
   # symlink for compatibility with the <=0.7 installer
   mkdir -p $startdir/pkg/usr/share
   ln -s ../lib/grub $startdir/pkg/usr/share/grub
+  if [ "$DESTARCH" = "x86_64" ]; then
+    # fool makepkg into building a x86_64 package
+    export CARCH="x86_64"
+  fi
 }




More information about the arch-commits mailing list