wok diff kmod/receipt @ rev 13856
cookutils: symlink cooker to busybox httpd server root
author | Richard Dunbar <mojo@slitaz.org> |
---|---|
date | Thu Jan 10 11:58:44 2013 +0000 (2013-01-10) |
parents | 1380cfc94a2f |
children | 408c87fa22ca |
line diff
1.1 --- a/kmod/receipt Fri Sep 07 10:12:36 2012 +0200 1.2 +++ b/kmod/receipt Thu Jan 10 11:58:44 2013 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="kmod" 1.7 -VERSION="10" 1.8 +VERSION="11" 1.9 CATEGORY="base-system" 1.10 SHORT_DESC="Linux kernel modules tools." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 @@ -23,6 +23,7 @@ 1.13 --sysconfdir=/etc \ 1.14 --with-zlib \ 1.15 --with-xz \ 1.16 + --disable-manpages \ 1.17 $CONFIGURE_ARGS && 1.18 make && make pkgconfigdir=/usr/lib/pkgconfig install 1.19 }