diff options
author | tnut <tnut at nutyx dot com> | 2012-05-06 19:16:46 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2012-05-06 19:16:46 +0200 |
commit | fdc123ae25ce2276d8cf8a7c954754be488b3b20 (patch) | |
tree | e26afc9918576b08ada66530fd34ac310ff99bc1 /grub/Pkgfile | |
parent | 53b492cea2bed470c14ffd5b564974c8f4dd89a6 (diff) | |
download | nutyx-pakxe-fdc123ae25ce2276d8cf8a7c954754be488b3b20.tar.gz nutyx-pakxe-fdc123ae25ce2276d8cf8a7c954754be488b3b20.tar.bz2 nutyx-pakxe-fdc123ae25ce2276d8cf8a7c954754be488b3b20.tar.xz nutyx-pakxe-fdc123ae25ce2276d8cf8a7c954754be488b3b20.zip |
grub, grub.cfg renomé
Diffstat (limited to 'grub/Pkgfile')
-rwxr-xr-x | grub/Pkgfile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/grub/Pkgfile b/grub/Pkgfile index 93cd1a20d..72f83360a 100755 --- a/grub/Pkgfile +++ b/grub/Pkgfile @@ -7,7 +7,7 @@ name=grub version=1.99 -release=1 +release=2 source=(ftp://ftp.gnu.org/gnu/grub/grub-$version.tar.gz\ grub.cfg) build() { @@ -30,6 +30,6 @@ build() { rm $PKG/usr/share/info/dir fi install -Dm644 ../grub.cfg \ - $PKG/boot/grub/grub.cfg + $PKG/boot/grub/grub.cfg.exemple } |