wok-current diff slim-theme-pilar/receipt @ rev 18166

gnutls: --with-default-trust-store-file
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Sun Jun 28 00:52:20 2015 +0300 (2015-06-28)
parents a9da5bf33e10
children 0a411c8beacd
line diff
     1.1 --- a/slim-theme-pilar/receipt	Wed Jun 12 15:34:35 2013 +0000
     1.2 +++ b/slim-theme-pilar/receipt	Sun Jun 28 00:52:20 2015 +0300
     1.3 @@ -21,10 +21,10 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -	slim-theme -spilar
     1.8 +	chroot "$1/" slim-theme -spilar
     1.9  }
    1.10  
    1.11  pre_remove()
    1.12  {
    1.13 -	slim-theme -fpilar
    1.14 +	chroot "$1/" slim-theme -fpilar
    1.15  }