2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-16 12:42:28 +00:00
repo/core/cryptsetup/build
2019-06-23 09:12:25 +03:00

9 lines
111 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-static-cryptsetup
make
make DESTDIR="$1" install