2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-22 05:56:19 +00:00
repo/core/cryptsetup/build

12 lines
182 B
Plaintext
Raw Normal View History

2019-06-23 06:12:25 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr \
2019-06-23 06:28:20 +00:00
--disable-selinux \
2019-06-23 06:26:21 +00:00
--enable-static-cryptsetup \
2019-06-23 06:43:32 +00:00
--enable-libargon2 \
2019-06-23 06:26:21 +00:00
--disable-blkid
2019-06-23 06:12:25 +00:00
make
make DESTDIR="$1" install