wok-6.x diff module-init-tools/receipt @ rev 8183
imported patch toolchain/gettext-base.patch
author | Antoine Bodin <gokhlayeh@slitaz.org> |
---|---|
date | Thu Jan 27 00:20:49 2011 +0100 (2011-01-27) |
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 Thu Jan 27 00:20:49 2011 +0100 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 \