wok diff xlockmore/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 23c3aed67cd9
children 09d56ebfd3c2
line diff
     1.1 --- a/xlockmore/receipt	Thu Dec 05 20:23:08 2013 +0000
     1.2 +++ b/xlockmore/receipt	Thu Feb 25 15:02:38 2016 +0200
     1.3 @@ -37,7 +37,5 @@
     1.4  
     1.5  post_install() 
     1.6  {
     1.7 -    local root
     1.8 -    root=$1
     1.9 -    chmod u+s $root/usr/bin/xlock
    1.10 +    chmod u+s "$1/usr/bin/xlock"
    1.11  }