wok-6.x rev 19894
obex-data-server: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Apr 06 15:54:14 2017 +0200 (2017-04-06) |
parents | 992e67412191 |
children | 1b0c9ef3c8cf |
files | obex-data-server/receipt |
line diff
1.1 --- a/obex-data-server/receipt Thu Apr 06 15:24:33 2017 +0200 1.2 +++ b/obex-data-server/receipt Thu Apr 06 15:54:14 2017 +0200 1.3 @@ -17,7 +17,7 @@ 1.4 compile_rules() 1.5 { 1.6 sed -i 's/OBEX_FindInterfaces(\(.*\),.*)/OBEX_EnumerateInterfaces(\1)/' src/ods-obex.c 1.7 - ./configure --prefix=/usr 1.8 + ./configure --prefix=/usr \ 1.9 --mandir=/usr/share/man \ 1.10 $CONFIGURE_ARGS && 1.11 make &&