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

This commit is contained in:
Ronald van Haren 2009-07-28 10:35:03 +00:00
parent 4665e9d64f
commit ee06b8c3e7

View File

@ -38,8 +38,8 @@ 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