wok-next diff otf-transcends-games/receipt @ rev 19065

Take care on root in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Apr 21 09:45:48 2016 +0200 (2016-04-21)
parents 2dae4cf061dd
children d1570adae0ba
line diff
     1.1 --- a/otf-transcends-games/receipt	Wed Apr 20 23:19:43 2016 -0300
     1.2 +++ b/otf-transcends-games/receipt	Thu Apr 21 09:45:48 2016 +0200
     1.3 @@ -31,5 +31,5 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -  fc-cache
     1.8 +	chroot "$1/" /usr/bin/fc-cache
     1.9  }