repo/testing/cryptsetup/build
2019-09-03 17:06:37 +03:00

13 lines
178 B
Bash
Executable File

#!/bin/sh -e
machine=$(gcc -dumpmachine)
./configure \
--prefix=/usr \
--build="$machine" \
--host="$machine" \
--disable-blkid
make
make DESTDIR="$1" install