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

updated libao and libao-dev (1.1.0 -> 1.2.2)
author Hans-G?nter Theisgen
date Mon Mar 02 17:05:10 2020 +0100 (2020-03-02)
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 Mar 02 17:05:10 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  }