mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-06 11:02:53 +00:00
11 lines
275 B
Bash
11 lines
275 B
Bash
#! /bin/bash
|
|
|
|
# EXO 0.12.8
|
|
# source: http://archive.xfce.org/src/xfce/exo/0.12/exo-0.12.8.tar.bz2
|
|
|
|
./configure --prefix=/usr \
|
|
--sysconfdir=/etc \
|
|
$BUILDTRUPLE &&
|
|
read -p "compile?" && make -j2 &&
|
|
read -p "install?" && sudo -S porg -lD "make install"
|