Files
BMLFS/build-scripts/menu-cache-1.1.0.build
2019-01-04 00:22:34 -06:00

11 lines
244 B
Bash
Executable File

#! /bin/bash
# source: https://downloads.sourceforge.net/lxde/menu-cache-1.1.0.tar.xz
./configure --prefix=/usr \
--disable-static &&
read -p "Compile? " && make -j4 &&
read -p "Install? " && sudo -S porg -lD "make -j1 install"