From ff7e54e5e114b5ed3108c09bee87ffe6c398235d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 8 Oct 2019 00:16:49 +0300 Subject: [PATCH] mesa: cleanup --- xorg/mesa/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xorg/mesa/build b/xorg/mesa/build index 1149a7fb..31fd9533 100755 --- a/xorg/mesa/build +++ b/xorg/mesa/build @@ -1,5 +1,6 @@ #!/bin/sh -e +export DESTDIR="$1" export CFLAGS="-DGLX_X86_READONLY_TEXT $CFLAGS" # Fix issues with musl and firefox. @@ -16,5 +17,4 @@ meson \ . output ninja -C output - -DESTDIR="$1" ninja -C output install +ninja -C output install