]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
mkosi.build: set encoding 5901/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 6 May 2017 01:19:04 +0000 (21:19 -0400)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 6 May 2017 01:19:04 +0000 (21:19 -0400)
Otherwise python3 (via meson) complains.

mkosi.build

index 6bbe8f3942af6c9f7e0a06feb24e74cbbca2260c..2231118da5f489b80a0de59ef58c7b226b70db6a 100755 (executable)
@@ -20,6 +20,7 @@
 # This is a build script for OS image generation using mkosi (https://github.com/systemd/mkosi).
 # Simply invoke "mkosi" in the project directory to build an OS image.
 
+export LC_CTYPE=C.UTF-8
 meson build
 ninja -C build all
 ninja -C build test