mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-20 14:31:47 +00:00
10 lines
276 B
Bash
10 lines
276 B
Bash
#! /bin/bash
|
|
|
|
# xfce4 Terminal 0.8.8
|
|
# source: http://archive.xfce.org/src/apps/xfce4-terminal/0.8/xfce4-terminal-0.8.8.tar.bz2
|
|
|
|
./configure --prefix=/usr \
|
|
$BUILDTRUPLE &&
|
|
read -p "Compile? " && make -j2 &&
|
|
read -p "Install? " && sudo -S porg -lD "make install"
|