2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-09-13 08:10:12 +00:00
repo/core/lvm2/build
2019-06-23 08:51:58 +03:00

11 lines
133 B
Bash
Executable File

#!/bin/sh -e
patch -p1 < portability.patch
./configure \
--prefix=/usr \
--disable-selinux
make
make DESTDIR="$1" install