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