wok diff hardinfo/receipt @ rev 622

hardinfo: get the right path for lsmod and user id
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 21 00:18:12 2008 +0200 (2008-04-21)
parents 70b2d74dff92
children c2f0c4bc32ae
line diff
     1.1 --- a/hardinfo/receipt	Tue Apr 08 20:37:25 2008 +0200
     1.2 +++ b/hardinfo/receipt	Mon Apr 21 00:18:12 2008 +0200
     1.3 @@ -14,6 +14,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	patch -p0 < ../stuff/modules.patch  || exit 1
     1.8 +	patch -p0 < ../stuff/users.patch  || exit 1
     1.9  	./configure \
    1.10  		--prefix=/usr \
    1.11  		$CONFIGURE_ARGS