wok diff hardware-ibm-6272/receipt @ rev 24986

Up nettle 3.7.3 again, need glib-networking rebuild to no break midori
author Stanislas Leduc <shann@slitaz.org>
date Wed May 11 08:28:28 2022 -0400 (2022-05-11)
parents 7d5789c51e7e
children
line diff
     1.1 --- a/hardware-ibm-6272/receipt	Tue Mar 24 12:51:51 2015 +0100
     1.2 +++ b/hardware-ibm-6272/receipt	Wed May 11 08:28:28 2022 -0400
     1.3 @@ -43,11 +43,11 @@
     1.4  # Pre and post install commands for Tazpkg.
     1.5  pre_remove()
     1.6  {
     1.7 -	sed -i 's/pnp.sh //' $1/etc/rcS.conf
     1.8 +	sed -i 's/pnp.sh //' "$1/etc/rcS.conf"
     1.9  }
    1.10  
    1.11  post_install()
    1.12  {
    1.13 -	grep pnp.sh $1/etc/rcS.conf ||
    1.14 -	sed -i 's/RUN_SCRIPTS="/&pnp.sh /' $1/etc/rcS.conf
    1.15 +	grep pnp.sh "$1/etc/rcS.conf" ||
    1.16 +	sed -i 's/RUN_SCRIPTS="/&pnp.sh /' "$1/etc/rcS.conf"
    1.17  }