]> git.pld-linux.org Git - packages/mkvtoolnix.git/commitdiff
- fix for "rake aborted! invalid byte sequence in US-ASCII" (ruby is pathetic)
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 18 Jun 2015 19:13:02 +0000 (21:13 +0200)
committerJan Rękorajski <baggins@pld-linux.org>
Thu, 18 Jun 2015 19:13:02 +0000 (21:13 +0200)
mkvtoolnix.spec

index 972a57f9322932e31a3f3a1e02c5149407b525f2..78107e82349b6331fcffee7c28ad0ca8e289b0d5 100644 (file)
@@ -68,7 +68,7 @@ Narzędzia do filmów w formacie Matroska.
        %{?with_wx:--with-wx-config=/usr/bin/wx-gtk2-unicode-config} \
        --without-curl
 
-rake %{?with_verbose:V=1}
+LC_ALL="C.UTF-8" rake %{?with_verbose:V=1}
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.10082 seconds and 4 git commands to generate.