[arch-commits] Commit in grub2/trunk (PKGBUILD grub2.install)

Ronald van Haren ronald at archlinux.org
Wed Dec 3 15:21:20 UTC 2008


    Date: Wednesday, December 3, 2008 @ 10:21:19
  Author: ronald
Revision: 20427

upgpkg: grub2 1.96-1

Modified:
  grub2/trunk/PKGBUILD
  grub2/trunk/grub2.install

---------------+
 PKGBUILD      |    4 ++--
 grub2.install |    3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2008-12-03 14:22:03 UTC (rev 20426)
+++ PKGBUILD	2008-12-03 15:21:19 UTC (rev 20427)
@@ -23,8 +23,8 @@
 
 build() {
   # Set destination architecture here
-  #DESTARCH="i686"
-  DESTARCH="x86_64"
+  DESTARCH="i686"
+  #DESTARCH="x86_64"
 
   cd $srcdir/grub-${pkgver}
 

Modified: grub2.install
===================================================================
--- grub2.install	2008-12-03 14:22:03 UTC (rev 20426)
+++ grub2.install	2008-12-03 15:21:19 UTC (rev 20427)
@@ -1,10 +1,11 @@
 post_install() {
 cat << EOF 
+
  GRUB2 is still expiremental and under heavy development!. 
  Only install it if you know what you are doing. 
 
  GRUB2 has a different configuration then GRUB legacy."
- Look at http://grub.enbug.org for more information."
+ Look at http://wiki.archlinux.org/index.php/GRUB2 for more information."
 
 EOF
 }




More information about the arch-commits mailing list