diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-01-26 21:55:04 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-01-26 21:55:04 +0100 |
commit | 2d84f9533143c381acf0c35fcd0d707674b69c95 (patch) | |
tree | e1ee33eb3b0b6eef24c4df72940b108204a01c1c | |
parent | d51a9ee281b5d8bd6cca35561e66f51244938bda (diff) | |
download | nutyx-pakxe-2d84f9533143c381acf0c35fcd0d707674b69c95.tar.gz nutyx-pakxe-2d84f9533143c381acf0c35fcd0d707674b69c95.tar.bz2 nutyx-pakxe-2d84f9533143c381acf0c35fcd0d707674b69c95.tar.xz nutyx-pakxe-2d84f9533143c381acf0c35fcd0d707674b69c95.zip |
Maj grub2#1.97.2-1
-rw-r--r-- | base/grub2/.footprint | 1 | ||||
-rw-r--r-- | base/grub2/.md5sum | 2 | ||||
-rwxr-xr-x | base/grub2/Pkgfile | 3 |
3 files changed, 3 insertions, 3 deletions
diff --git a/base/grub2/.footprint b/base/grub2/.footprint index 6bb021bd8..1b35e910d 100644 --- a/base/grub2/.footprint +++ b/base/grub2/.footprint @@ -12,6 +12,7 @@ drwxr-xr-x root/root usr/ drwxr-xr-x root/root usr/bin/ -rwxr-xr-x root/root usr/bin/grub-editenv -rwxr-xr-x root/root usr/bin/grub-mkelfimage +-rwxr-xr-x root/root usr/bin/grub-mkfont -rwxr-xr-x root/root usr/bin/grub-mkimage -rwxr-xr-x root/root usr/bin/grub-mkrescue drwxr-xr-x root/root usr/lib/ diff --git a/base/grub2/.md5sum b/base/grub2/.md5sum index b50f21fc5..89ac405f5 100644 --- a/base/grub2/.md5sum +++ b/base/grub2/.md5sum @@ -1,2 +1,2 @@ -66fe18cd9318e3d67a34d7b7a8e7b1f6 grub-1.97.1.tar.gz +db4d23fb8897523a7e484e974ae3d1c9 grub-1.97.2.tar.gz 39c7eaf1127012f1f548f2b5dfda47d6 grub.cfg diff --git a/base/grub2/Pkgfile b/base/grub2/Pkgfile index 361ace17b..9e0ce983c 100755 --- a/base/grub2/Pkgfile +++ b/base/grub2/Pkgfile @@ -2,10 +2,9 @@ # URL: http://www.gnu.org/software/grub/ # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: name=grub2 -version=1.97.1 +version=1.97.2 release=1 source=(ftp://alpha.gnu.org/gnu/grub/grub-$version.tar.gz\ grub.cfg) |