xorg prefix update

This commit is contained in:
Ohio2 2021-06-29 17:28:43 +02:00
parent 5da90e4ac3
commit fc0f8f0860
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
prepare: 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" tar -xJ "gettext-0.21.tar.xz"
cd gettext-0.21 cd gettext-0.21
make: make:

View file

@ -3,7 +3,7 @@ prepare:
cd xserver cd xserver
xorg: xorg:
./configure \ ./configure \
--prefix=/usr \ --prefix=$prefix \
--localstatedir=/var \ --localstatedir=/var \
--disable-systemd-logind \ --disable-systemd-logind \
--disable-xwayland \ --disable-xwayland \