repo/xorg-utilmacros/build

11 lines
311 B
Text
Raw Normal View History

2021-07-18 20:24:08 +03:00
wget https://www.x.org/pub/individual/util/util-macros-1.19.3.tar.bz2
tar -xf util-macros-1.19.3.tar.bz2
cd util-macros-1.19.3
export XORG_PREFIX="/usr"
export XORG_CONFIG="--prefix=$XORG_PREFIX --sysconfdir=/etc \
--localstatedir=/var --disable-static"
./configure $XORG_CONFIG
make DESTDIR="$1" install