wok diff pwsafe/receipt @ rev 20345

libksba update: 1.3.4 (2016 May) -> 1.3.5 (2016 August)
author Erkan Yilmaz <erkan@slitaz.org>
date Sat Jun 09 10:31:28 2018 +0000 (2018-06-09)
parents 380ffe05937a
children 86790a278e70
line diff
     1.1 --- a/pwsafe/receipt	Sat Aug 10 17:00:38 2013 +0000
     1.2 +++ b/pwsafe/receipt	Sat Jun 09 10:31:28 2018 +0000
     1.3 @@ -35,7 +35,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/pwsafe
    1.10 +    chmod u+s "$1/usr/bin/pwsafe"
    1.11  }