wok-next diff slim-theme-sandfive/receipt @ rev 18925

description.txt should end with 0x0A byte (Carriage Return, Enter) to not glue with the next description in descriptions.txt.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 25 15:02:38 2016 +0200 (2016-02-25)
parents bc9334796734
children 0a411c8beacd
line diff
     1.1 --- a/slim-theme-sandfive/receipt	Sun Jun 22 03:05:45 2014 +0300
     1.2 +++ b/slim-theme-sandfive/receipt	Thu Feb 25 15:02:38 2016 +0200
     1.3 @@ -21,10 +21,10 @@
     1.4  
     1.5  post_install()
     1.6  {
     1.7 -	slim-theme -ssandfive
     1.8 +	chroot "$1/" slim-theme -ssandfive
     1.9  }
    1.10  
    1.11  pre_remove()
    1.12  {
    1.13 -	slim-theme -fsandfive
    1.14 +	chroot "$1/" slim-theme -fsandfive
    1.15  }