Files
BMLFS/build-scripts/libgudev-232.build

9 lines
241 B
Bash
Executable File

#! /bin/bash
# source: http://ftp.gnome.org/pub/gnome/sources/libgudev/232/libgudev-232.tar.xz
./configure --prefix=/usr --disable-umockdev &&
read -p "Compile? " && make -j4 &&
read -p "Install? " && sudo -S porg -lD "make -j1 install"