forked from alnux/repo
9 lines
183 B
Text
Executable file
9 lines
183 B
Text
Executable file
wget https://x.org/releases/individual/lib/libXfixes-6.0.0.tar.bz2
|
|
tar -xf libXfixes-6.0.0.tar.bz2
|
|
cd libXfixes-6.0.0
|
|
|
|
./configure \
|
|
--prefix=/usr
|
|
|
|
make
|
|
make DESTDIR="$1" install
|