FS#14363: revised inode patch, old one caused a division by zero

This commit is contained in:
Ronald van Haren
2009-07-28 10:32:47 +00:00
parent 3e247a8b4d
commit 4665e9d64f
2 changed files with 18 additions and 12 deletions

View File

@ -2,7 +2,7 @@
pkgname=grub
pkgver=0.97
pkgrel=15
pkgrel=16
pkgdesc="A GNU multiboot boot loader"
arch=('i686' 'x86_64')
license=('GPL')
@ -31,15 +31,15 @@ md5sums=('cd3f3eb54446be6003156158d51f4884'
'49f6d4bcced0bc8bbcff273f3254bbfa'
'f41f702014a064918d7afc6fc23baa6e'
'175dc6b9f4ab94e8056c3afb3e34460a'
'ada26cbc681907823cc4ff2a55b97866'
'69c648d2b8d0965df70a74014424f31c'
'39e0f9a05b7e04aceb24fc7bc4893e3d')
build() {
cd $srcdir/$pkgname-$pkgver
#set destination architecture here
#DESTARCH="i686"
DESTARCH="x86_64"
DESTARCH="i686"
#DESTARCH="x86_64"
# optimizations break the build -- disable them
# adding special devices to grub, patches are from fedora
patch -Np1 -i ../special-devices.patch || return 1