2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-16 12:42:28 +00:00
repo/extra/cryptsetup/build
2020-02-11 01:08:55 +02:00

14 lines
202 B
Bash
Executable File

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