2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-22 23:30:05 -07:00
repo/core/cryptsetup/build

9 lines
111 B
Plaintext
Raw Normal View History

2019-06-23 00:12:25 -06:00
#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-static-cryptsetup
make
make DESTDIR="$1" install