Files
BMLFS/build-scripts/xf86-input-synaptics-1.9.1.build

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"