From 70f09a392ef135a86d98ed7a5fbfa51c71e2ea32 Mon Sep 17 00:00:00 2001 From: Jan Beich Date: Sat, 2 Jan 2021 00:11:26 +0000 Subject: [PATCH] x11-wm/river: switch to DESTDIR http://github.com/ziglang/zig/commit/77c2ac3fcd27 --- x11-wm/river/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-wm/river/Makefile b/x11-wm/river/Makefile index 8c58e864f08e..4ed307bfa55a 100644 --- a/x11-wm/river/Makefile +++ b/x11-wm/river/Makefile @@ -27,7 +27,8 @@ GH_TUPLE= ifreund:zig-pixman:7847fd1:zig_pixman/deps/zig-pixman \ ifreund:zig-wayland:d693b37:zig_wayland/deps/zig-wayland \ ifreund:zig-xkbcommon:9e4d41f:zig_xkbcommon/deps/zig-xkbcommon \ swaywm:zig-wlroots:10ddf02:zig_wlroots/deps/zig-wlroots -CONFIGURE_ARGS= --prefix "${STAGEDIR}${PREFIX}" \ +MAKE_ENV= DESTDIR="${STAGEDIR}" +CONFIGURE_ARGS= --prefix "${PREFIX}" \ ${WITH_DEBUG:U-Drelease-fast=true} \ --verbose NO_INSTALL= yes # strip(1) breaks runtime