summaryrefslogtreecommitdiffstats
path: root/uninstall
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 /uninstall
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 'uninstall')
-rwxr-xr-xuninstall1
1 files changed, 1 insertions, 0 deletions
diff --git a/uninstall b/uninstall
index 1a21556..b47838c 100755
--- a/uninstall
+++ b/uninstall
@@ -1,4 +1,5 @@
#!/bin/sh
set -e
+export LC_ALL=C
scripts/mpv-uninstall