wok diff module-init-tools/receipt @ rev 8447

Up: fotoxx to 11.02.
author Christopher Rogers <slaxemulator@gmail.com>
date Sun Feb 06 15:13:11 2011 +0000 (2011-02-06)
parents c755ed365a9b
children 02bbaa9d12ba
line diff
     1.1 --- a/module-init-tools/receipt	Wed May 05 19:31:02 2010 +0000
     1.2 +++ b/module-init-tools/receipt	Sun Feb 06 15:13:11 2011 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="module-init-tools"
     1.7 -VERSION="3.11.1"
     1.8 +VERSION="3.12"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="Kernel modules manipulation tools."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12 @@ -24,6 +24,10 @@
    1.13  		patch -p1 < ../stuff/$patch_file.u || return 1
    1.14  		touch done.$patch_file
    1.15  	done
    1.16 +
    1.17 +	# Don't generate manpages to avoid failure.
    1.18 +	echo '.so man5/modprobe.conf.5' > modprobe.d.5
    1.19 +
    1.20  	./configure --enable-zlib --prefix=/usr \
    1.21  	--sbindir=/sbin --bindir=/bin --sysconfdir=/etc \
    1.22  	--infodir=/usr/share/info --mandir=/usr/share/man \