2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-25 15:26:20 +00:00
repo/core/cryptsetup/build

11 lines
157 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 \
--disable-blkid
2019-06-23 06:12:25 +00:00
make
make DESTDIR="$1" install