wok diff aufs/receipt @ rev 3584

pcmanfm: add tazpkg handler.
pcmanfm/stuff/archiver-tazpkg-support.patch HG: changed
pcmanfm/stuff/icons/Tango/32x32/mimetypes/gnome-mime-application-x-tazpkg.png
pcmanfm/stuff/icons/Tango/32x32/mimetypes/package-x-tazpkg.png HG:
changed pcmanfm/stuff/mime/packages/tazpkg.xml
author Eric Joseph-Alexandre <erjo@slitaz.org>
date Sat Jun 27 00:24:13 2009 +0200 (2009-06-27)
parents f8b7522f8eb2
children
line diff
     1.1 --- a/aufs/receipt	Sat Jan 17 12:17:16 2009 +0100
     1.2 +++ b/aufs/receipt	Sat Jun 27 00:24:13 2009 +0200
     1.3 @@ -21,7 +21,7 @@
     1.4  	if [ ! -d ../linux/taz ]; then
     1.5  		tazwok cook linux
     1.6  	fi
     1.7 -	kver=$(grep "kernel version" ../linux/linux-*/.config)
     1.8 +	kver=$(grep "kernel version" ../linux/$(ls ../linux/taz)/.config)
     1.9  	kver=${kver##* }
    1.10  	cd $src
    1.11  	ln -s $(cd ../../linux/linux-$kver* ; pwd)/include/linux/* include/linux