wok diff slib/receipt @ rev 19559
Up libfm*, pcmanfm (1.2.5)
author | Xander Ziiryanoff <psychomaniak@xakep.ru> |
---|---|
date | Wed Dec 14 13:56:37 2016 +0100 (2016-12-14) |
parents | dfef8de3d270 |
children | a0fe56fb9c41 |
line diff
1.1 --- a/slib/receipt Fri Jan 30 10:17:37 2015 +0100 1.2 +++ b/slib/receipt Wed Dec 14 13:56:37 2016 +0100 1.3 @@ -39,7 +39,7 @@ 1.4 { 1.5 # add path to initialization file 1.6 sed -i s'#(load-from.*#(load-from-path "/usr/share/slib/guile.init")#' \ 1.7 - $1/usr/share/guile/1.8/ice-9/slib.scm 1.8 + "$1/usr/share/guile/1.8/ice-9/slib.scm" 1.9 printf "Creating catalog" 1.10 chroot "$1/" guile -c "((use-modules (ice-9 slib))(require 'new-catalog)(quit))" 1.11 status 1.12 @@ -47,5 +47,5 @@ 1.13 1.14 post_remove() 1.15 { 1.16 - rm -f $1/usr/share/guile/1.8/slibcat 1.17 + rm -f "$1/usr/share/guile/1.8/slibcat" 1.18 }