From 8592f22f8f8795bf14d90d095d239282067b7fd0 Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Tue, 29 Jun 2021 18:19:29 +0200 Subject: [PATCH] Xorg makefile changes --- xorg/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/xorg/Makefile b/xorg/Makefile index eb4be4f..7452410 100644 --- a/xorg/Makefile +++ b/xorg/Makefile @@ -1,9 +1,10 @@ prepare: git clone https://cgit.freedesktop.org/xorg/xserver/ cd xserver + PREFIX = $(prefix/) xorg: ./configure \ - --prefix=$prefix \ + --prefix=WITHROOT \ --localstatedir=/var \ --disable-systemd-logind \ --disable-xwayland \