wok diff slib/receipt @ rev 20077

busybox/httpd: fix handling of range requests
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Sep 27 11:16:14 2017 +0200 (2017-09-27)
parents 9e01bc6321ea
children 069f60e91eb0
line diff
     1.1 --- a/slib/receipt	Sun Dec 20 15:13:45 2015 +0100
     1.2 +++ b/slib/receipt	Wed Sep 27 11:16:14 2017 +0200
     1.3 @@ -33,6 +33,8 @@
     1.4  genpkg_rules()
     1.5  {
     1.6  	cp -a $install/* $fs
     1.7 +	rm -f $fs/usr/share/guile/site
     1.8 +	ln -s ../slib $fs/usr/share/guile/site
     1.9  }
    1.10  
    1.11  post_install()