forked from alnux/repo
11 lines
311 B
Text
11 lines
311 B
Text
|
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
|