wok diff ntfs-3g/receipt @ rev 2377
slitaz-eeepc: add full support for 701 and 1000
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Mar 07 21:30:55 2009 +0100 (2009-03-07) |
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 Sat Mar 07 21:30:55 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