mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-01 16:46:34 +00:00
9 lines
258 B
Bash
9 lines
258 B
Bash
#! /bin/bash
|
|
|
|
# Tumbler 0.2.7
|
|
# source: http://archive.xfce.org/src/xfce/tumbler/0.2/tumbler-0.2.7.tar.bz2
|
|
|
|
./configure --prefix=/usr --sysconfdir=/etc $BUILDTRUPLE &&
|
|
read -p "Compile? " && make -j2 &&
|
|
read -p "Install? " && sudo -S porg -lD "make install"
|