wok-4.x diff xalan-c/receipt @ rev 7499

Made all firefox-langpack copy files right. Looks like mv can't move folders even with -f option. Used a cp -af then rm -rf instead.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Dec 04 00:03:00 2010 +0000 (2010-12-04)
parents 410630f6493d
children 5bebc54eaff7
line diff
     1.1 --- a/xalan-c/receipt	Wed Mar 03 10:41:01 2010 +0100
     1.2 +++ b/xalan-c/receipt	Sat Dec 04 00:03:00 2010 +0000
     1.3 @@ -32,7 +32,7 @@
     1.4  	
     1.5  	./runConfigure -p linux -c gcc -x g++ -P /usr \
     1.6  		-C --build=$BUILD_HOST -C --host=$BUILD_HOST &&
     1.7 -	make &&
     1.8 +	make -j 4 &&
     1.9  	make DESTDIR=$src/_pkg install
    1.10  }
    1.11