wok diff ntfs-3g/receipt @ rev 2316

python: add icon and desktop file for interpreter
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 25 18:45:51 2009 +0100 (2009-02-25)
parents 583e8a023692
children 4e225981004f
line diff
     1.1 --- a/ntfs-3g/receipt	Tue Feb 17 15:06:24 2009 +0100
     1.2 +++ b/ntfs-3g/receipt	Wed Feb 25 18:45:51 2009 +0100
     1.3 @@ -14,6 +14,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	cd $src
     1.7 +	sed -i 's/\terr = ntfs_open\(.*\);/\tntfs_log_clear_levels((u32) -1); if (err = ntfs_open\1) goto err2;/' \
     1.8 +		src/ntfs-3g.c
     1.9  	./configure --prefix=/usr \
    1.10  	--mandir=/usr/share/man $CONFIGURE_ARGS
    1.11  	make