mirror of
https://github.com/dslm4515/BMLFS.git
synced 2025-08-15 22:40:32 +00:00
11 lines
273 B
Bash
11 lines
273 B
Bash
#! /bin/bash
|
|
|
|
# Thunar Volman 0.9.5
|
|
# source: http://archive.xfce.org/src/xfce/thunar-volman/0.9/thunar-volman-0.9.5.tar.bz2
|
|
|
|
./configure --prefix=/usr \
|
|
$BUILDTRUPLE &&
|
|
read -p "Compile? " && make -j2 &&
|
|
read -p "Install? " && sudo -S porg -lD "make install"
|
|
|