wok-6.x diff posixovl/receipt @ rev 14989

thunderbird-langpack-*: add license; add cs, el, en_US, es_AR, hu, pl, sl, sv_SE locales
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Aug 09 13:10:42 2013 +0300 (2013-08-09)
parents 404d32ff75a1
children 51a1ebbda768
line diff
     1.1 --- a/posixovl/receipt	Sat Apr 07 13:28:10 2012 +0200
     1.2 +++ b/posixovl/receipt	Fri Aug 09 13:10:42 2013 +0300
     1.3 @@ -17,6 +17,9 @@
     1.4  {
     1.5  	mv $PACKAGE $src 2> /dev/null
     1.6  	cd $src
     1.7 +	grep -q 'else if (!S_ISREG' posixovl.c ||
     1.8 +	sed -i 's/if (!S_ISREG/if (S_ISLNK(cb->ll.mode))\n\t\tcb->sb.st_size = strlen(cb->ll.target);\n\telse &/' posixovl.c
     1.9 +	sed -i 's/cb->ll.size/0/' posixovl.c
    1.10  	sh autogen.sh
    1.11  	./configure --prefix=/usr --mandir=/usr/share/man \
    1.12  	$CONFIGURE_ARGS &&