wok rev 21788
Openal: typo
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed Jul 24 15:21:45 2019 +0200 (2019-07-24) |
parents | 3be8209f2bdf |
children | 7d3d60e180e6 |
files | openal/receipt |
line diff
1.1 --- a/openal/receipt Wed Jul 24 14:51:54 2019 +0200 1.2 +++ b/openal/receipt Wed Jul 24 15:21:45 2019 +0200 1.3 @@ -34,8 +34,8 @@ 1.4 { 1.5 case " $(. $1/etc/rcS.conf; echo $LOAD_MODULES) " in 1.6 *\ snd-pcm-oss\ *) ;; 1.7 - *) [ -s $1/etc/rcS.conf && 1.8 - ]sed -i 's|LOAD_MODULES="|&snd-pcm-oss ' $1/etc/rcS.conf 1.9 + *) [ -s $1/etc/rcS.conf ] && 1.10 + sed -i 's|LOAD_MODULES="|&snd-pcm-oss ' $1/etc/rcS.conf 1.11 [ "$1" ] || modprobe snd-pcm-oss;; 1.12 esac 1.13 }