Files
BMLFS/build-scripts/volume_key-0.3.11.build
2019-01-04 00:22:34 -06:00

9 lines
239 B
Bash
Executable File

#! /bin/bash
# source: https://releases.pagure.org/volume_key/volume_key-0.3.11.tar.xz
./configure --prefix=/usr --build=x86_64-linux-musl &&
read -p "Compile? " && make -j4 &&
read -p "Install? " && sudo -S porg -lD "make -j1 install"