2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-09-12 15:50:12 +00:00
repo/core/cryptsetup/build

10 lines
133 B
Plaintext
Raw Normal View History

2019-06-23 06:12:25 +00:00
#!/bin/sh -e
./configure \
--prefix=/usr \
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