From 02ff6eb6a11d020f34e0cc4e76f123e9e2149945 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 7 Oct 2019 23:59:59 +0300 Subject: [PATCH] atk: Remove meson workaround --- extra/atk/build | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/extra/atk/build b/extra/atk/build index fbd2a4b6..58e9cf84 100755 --- a/extra/atk/build +++ b/extra/atk/build @@ -1,7 +1,6 @@ #!/bin/sh -e -# Don't build with gettext. -sed -i "s|subdir('po')||g" meson.build +export DESTDIR="$1" meson \ --prefix=/usr \ @@ -12,5 +11,4 @@ meson \ . output ninja -C output - -DESTDIR="$1" ninja -C output install +ninja -C output install