wok-4.x diff ntfs-3g/receipt @ rev 2288
Samba: improve start script
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 21 21:50:42 2009 +0000 (2009-02-21) |
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 Feb 21 21:50:42 2009 +0000 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