wok diff openal/receipt @ rev 22855

updated glpi (9.4.0 -> 9.4.5)
author Hans-G?nter Theisgen
date Thu Feb 20 13:48:36 2020 +0100 (2020-02-20)
parents 7d3d60e180e6
children 45041bf06ff9
line diff
     1.1 --- a/openal/receipt	Wed Jul 24 15:41:47 2019 +0200
     1.2 +++ b/openal/receipt	Thu Feb 20 13:48:36 2020 +0100
     1.3 @@ -35,7 +35,7 @@
     1.4  	[ -s $1/etc/rcS.conf ] &&
     1.5  	case " $(. $1/etc/rcS.conf; echo $LOAD_MODULES) " in
     1.6  	*\ snd-pcm-oss\ *) ;;
     1.7 -	*) sed -i 's|LOAD_MODULES="|&snd-pcm-oss ' $1/etc/rcS.conf ;;
     1.8 +	*) sed -i 's|LOAD_MODULES="|&snd-pcm-oss |' $1/etc/rcS.conf ;;
     1.9  	esac
    1.10  	[ "$1" ] || modprobe snd-pcm-oss 2> /dev/null || true
    1.11  }