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

dd_rescue: update $TARBALL
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Jan 13 21:10:17 2020 +0100 (2020-01-13)
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	Mon Jan 13 21:10:17 2020 +0100
     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  }