mirror of
https://github.com/dslm4515/BMLFS.git
synced 2026-01-14 00:33:30 +00:00
7 lines
223 B
Bash
Executable File
7 lines
223 B
Bash
Executable File
#! /bin/bash
|
|
sed -e '/^libdocdir =/ s/$(book_name)/libglademm-2.6.7/' \
|
|
-i docs/Makefile.in &&
|
|
./configure --prefix=/usr &&
|
|
read -p "Compile? " && make -j4 &&
|
|
read -p "Install? " && sudo -S porg -lD "make -j1 install"
|