repo/core/cryptsetup/build
2019-06-23 09:12:25 +03:00

9 lines
111 B
Bash
Executable File

#!/bin/sh -e
./configure \
--prefix=/usr \
--enable-static-cryptsetup
make
make DESTDIR="$1" install