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