wok diff gstreamer/receipt @ rev 20474

daloradius: typo
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed Oct 17 05:16:53 2018 +0300 (2018-10-17)
parents ac2ee8823dfa
children a78610b2eb47
line diff
     1.1 --- a/gstreamer/receipt	Wed Apr 02 10:08:04 2014 +0200
     1.2 +++ b/gstreamer/receipt	Wed Oct 17 05:16:53 2018 +0300
     1.3 @@ -50,7 +50,7 @@
     1.4  	cp -a $install/usr/lib/*.so* $fs/usr/lib
     1.5  	cp -a $install/usr/lib/gstreamer-$SERIES/*.so $fs/usr/lib/gstreamer-$SERIES
     1.6  	cp -a $install/usr/lib/gstreamer-$SERIES/gst-* $fs/usr/lib/gstreamer-$SERIES
     1.7 -	for locale in $LOCALES; do
     1.8 -		mv $install/usr/share/locale/$locale $fs/usr/share/locale
     1.9 -	done
    1.10 +	# for locale in $LOCALES; do
    1.11 +	# 	mv $install/usr/share/locale/$locale $fs/usr/share/locale
    1.12 +	# done
    1.13  }