mirror of
https://github.com/dslm4515/BMLFS.git
synced 2026-02-01 03:26:07 +00:00
8 lines
258 B
Bash
Executable File
8 lines
258 B
Bash
Executable File
#! /bin/bash
|
|
sed -i "s/pthread-stubs//" configure &&
|
|
./configure $XORG_CONFIG \
|
|
--without-doxygen \
|
|
--docdir='${datadir}'/doc/libxcb-1.13 &&
|
|
read -p "Compile?" && make -j2 &&
|
|
read -p "Install?" && sudo -S porg -lD "make install -j1"
|