repo/extra/cryptsetup/build

13 lines
178 B
Plaintext
Raw Normal View History

2019-06-23 06:12:25 +00:00
#!/bin/sh -e
2019-06-23 06:49:14 +00:00
machine=$(gcc -dumpmachine)
2019-06-23 06:12:25 +00:00
./configure \
--prefix=/usr \
2019-06-23 06:49:14 +00:00
--build="$machine" \
--host="$machine" \
2019-06-23 06:26:21 +00:00
--disable-blkid
2019-06-23 06:12:25 +00:00
make
make DESTDIR="$1" install