wok diff cpio/receipt @ rev 20283

security fixes from 0.3.1.9 (2017 Dec 1) and 0.3.1.10 (March 3)... further info: https://blog.torproject.org/new-stable-tor-releases-security-fixes-and-dos-prevention-03210-03110-02915
author Erkan Yilmaz <erkan@slitaz.org>
date Tue Mar 27 11:09:07 2018 +0000 (2018-03-27)
parents 2b9f96603415
children 85bdd085b930
line diff
     1.1 --- a/cpio/receipt	Sat Aug 10 13:52:56 2013 +0000
     1.2 +++ b/cpio/receipt	Tue Mar 27 11:09:07 2018 +0000
     1.3 @@ -38,10 +38,10 @@
     1.4  # Remove Busybox symlink before installing
     1.5  pre_install()
     1.6  {
     1.7 -	rm -f $1/bin/cpio
     1.8 +	rm -f "$1/bin/cpio"
     1.9  }
    1.10  
    1.11  post_remove()
    1.12  {
    1.13 -	ln -s /bin/busybox /bin/cpio
    1.14 +	ln -s /bin/busybox "$1/bin/cpio"
    1.15  }