mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-20 14:31:47 +00:00
9 lines
255 B
Bash
9 lines
255 B
Bash
#! /bin/bash
|
|
|
|
# Garcon 0.6.4
|
|
# Source: http://archive.xfce.org/src/xfce/garcon/0.6/garcon-0.6.4.tar.bz2
|
|
|
|
./configure --prefix=/usr --sysconfdir=/etc $BUILDTRUPLE &&
|
|
read -p "Compile? " && make -j2 &&
|
|
read -p "Install? " && sudo -S porg -lD "make install"
|