wok-4.x diff ttf-bitstream-vera/receipt @ rev 9641
Fixed rhino, ecj, and xalan-xerces-j depends. Putting java-jre for depends was a bad idea since these packages are build depends for icedtea6-jdk. java-jre is a wanted package for icetea6-jdk. This was causing a depend loop.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Wed Apr 27 16:22:35 2011 +0000 (2011-04-27) |
parents | db63cccdb8d4 |
children |
line diff
1.1 --- a/ttf-bitstream-vera/receipt Sun Mar 21 11:50:42 2010 +0100 1.2 +++ b/ttf-bitstream-vera/receipt Wed Apr 27 16:22:35 2011 +0000 1.3 @@ -25,5 +25,5 @@ 1.4 local root 1.5 root=$1 1.6 echo "Processing post-install commands..." 1.7 - chroot $root/ fc-cache 1.8 + chroot $root/ /usr/bin/fc-cache 1.9 }