wok diff wine/receipt @ rev 19750
compiz-plugins-unsupported, xfmedia: update bdeps
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 18 19:08:46 2017 +0100 (2017-02-18) |
parents | abecef518624 |
children | c42b4a58182a |
line diff
1.1 --- a/wine/receipt Fri Jul 24 08:09:28 2015 +0200 1.2 +++ b/wine/receipt Sat Feb 18 19:08:46 2017 +0100 1.3 @@ -39,12 +39,12 @@ 1.4 [ "$1" ] || modprobe snd-seq 2>/dev/null 1.5 1.6 # Enable unicode filenames and localized keyboard layouts input 1.7 - . $1/etc/locale.conf 1.8 + . "$1/etc/locale.conf" 1.9 case $LANG in 1.10 (C|POSIX|*UTF-8) echo $LANG - skip modifying /etc/locale.conf ;; 1.11 (*) 1.12 echo "$LANG changed to ${LANG}.UTF-8 in /etc/locale.conf" 1.13 echo "Restart/ReLogin required." 1.14 - sed -i 's/$/&.UTF-8/' $1/etc/locale.conf ;; 1.15 + sed -i 's/$/&.UTF-8/' "$1/etc/locale.conf" ;; 1.16 esac 1.17 }