From fc0f8f08608e1cd8326569fa61a25b8da5052be0 Mon Sep 17 00:00:00 2001 From: Ohio2 Date: Tue, 29 Jun 2021 17:28:43 +0200 Subject: [PATCH] xorg prefix update --- autopoint-gettextize/Makefile | 2 +- xorg/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/autopoint-gettextize/Makefile b/autopoint-gettextize/Makefile index 6822ca3..890787e 100644 --- a/autopoint-gettextize/Makefile +++ b/autopoint-gettextize/Makefile @@ -1,5 +1,5 @@ prepare: - wget https://ftp.gnu.org/gnu/gettext/gettext-0.21.tar.xz $(popd) + wget https://ftp.gnu.org/gnu/gettext/gettext-0.21.tar.xz $(pwd) tar -xJ "gettext-0.21.tar.xz" cd gettext-0.21 make: diff --git a/xorg/Makefile b/xorg/Makefile index a62b182..eb4be4f 100644 --- a/xorg/Makefile +++ b/xorg/Makefile @@ -3,7 +3,7 @@ prepare: cd xserver xorg: ./configure \ - --prefix=/usr \ + --prefix=$prefix \ --localstatedir=/var \ --disable-systemd-logind \ --disable-xwayland \