wok diff patch/receipt @ rev 21221

updated libextractor and libextractor-dev (0.6.2 -> 1.9)
author Hans-G?nter Theisgen
date Wed Apr 10 13:34:06 2019 +0100 (2019-04-10)
parents 3c98163930bb
children 9cc63da7035a
line diff
     1.1 --- a/patch/receipt	Sun Feb 08 22:12:39 2015 +0000
     1.2 +++ b/patch/receipt	Wed Apr 10 13:34:06 2019 +0100
     1.3 @@ -28,12 +28,10 @@
     1.4  # Prevent erasing busybox...
     1.5  pre_install()
     1.6  {
     1.7 -	local root
     1.8 -	root=$1
     1.9 -	rm -f $root/usr/bin/patch
    1.10 +	rm -f "$1/usr/bin/patch"
    1.11  }
    1.12  
    1.13  post_remove()
    1.14  {
    1.15 -	ln -s /bin/busybox /usr/bin/patch
    1.16 +	ln -s /bin/busybox "$1/usr/bin/patch"
    1.17  }