mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-01 19:42:55 +00:00
9 lines
260 B
Bash
9 lines
260 B
Bash
#! /bin/bash
|
|
|
|
# Xorg Synaptics Driver-1.9.1
|
|
# Source: https://www.x.org/pub/individual/driver/xf86-input-synaptics-1.9.1.tar.bz2
|
|
|
|
./configure $XORG_CONFIG $BUILDTRUPLE &&
|
|
read -p "Compile?" && make -j2 &&
|
|
read -p "Install?" && sudo -S porg -lD "make install"
|