wok diff linux-drm/receipt @ rev 3970

Update: firefox-dev reporting wrong version in pkg-config firefox-xpcom
author Matthew Sheets <rcx@zoominternet.net>
date Wed Aug 26 14:28:35 2009 +0000 (2009-08-26)
parents 7df76f20d2c3
children 7589496c772c
line diff
     1.1 --- a/linux-drm/receipt	Fri Aug 07 23:18:34 2009 +0200
     1.2 +++ b/linux-drm/receipt	Wed Aug 26 14:28:35 2009 +0000
     1.3 @@ -17,7 +17,7 @@
     1.4  	mkdir -p $fs/$path
     1.5  	export src
     1.6  	export _pkg
     1.7 -	$src/list_modules.sh drivers/gpu/drm | while read module; do
     1.8 +	$src/slitaz/list_modules.sh drivers/gpu/drm | while read module; do
     1.9  		dir=$path/$(dirname $module)
    1.10  		[ -d $fs/$dir ] || mkdir -p $fs/$dir
    1.11  		cp -a $_pkg/$path/$module $fs/$dir