From 4deff6518820eb762b0e3158c1d4cca9616ca3b3 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 8 Oct 2019 00:06:45 +0300 Subject: [PATCH] libepoxy: cleanup --- xorg/libepoxy/build | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/xorg/libepoxy/build b/xorg/libepoxy/build index f01fc322..54475523 100755 --- a/xorg/libepoxy/build +++ b/xorg/libepoxy/build @@ -1,5 +1,7 @@ #!/bin/sh -e +export DESTDIR="$1" + meson \ --prefix=/usr \ --sysconfdir=/etc \ @@ -8,5 +10,4 @@ meson \ . output ninja -C output - -DESTDIR="$1" ninja -C output install +ninja -C output install