summaryrefslogtreecommitdiffstats
path: root/rebuild
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-14 22:24:38 +0100
committerwm4 <wm4@nowhere>2015-01-14 22:24:38 +0100
commit05fc6c1859f6e73995bd343585699d8cf8c1f0a9 (patch)
tree7fd0a8630fcee1eb79c61292e050deabd1084dde /rebuild
parent99de00a0ded4f751f79e6c138d85df6244c71ee6 (diff)
downloadmpv-build-05fc6c1859f6e73995bd343585699d8cf8c1f0a9.tar.bz2
mpv-build-05fc6c1859f6e73995bd343585699d8cf8c1f0a9.tar.xz
Forcefully disable locale nonsense
Likes to break scripts. In this case, a russian user had a weird problem with building mpv: the ffmpeg include files were not found. Maybe the locale broke installing ffmpeg. Adding this to every top-level script (annoyingly), but I won't add them to the files in the scripts/ directory. The user normally doesn't need to call them directly, so don't bother.
Diffstat (limited to 'rebuild')
-rwxr-xr-xrebuild1
1 files changed, 1 insertions, 0 deletions
diff --git a/rebuild b/rebuild
index bd53ad7..a23b963 100755
--- a/rebuild
+++ b/rebuild
@@ -1,5 +1,6 @@
#!/bin/sh
set -e
+export LC_ALL=C
./update
./clean