2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-09-13 08:10:12 +00:00
repo/core/cryptsetup/build
2019-06-23 09:26:21 +03:00

10 lines
133 B
Bash
Executable File

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