2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-24 16:30:04 -07:00
repo/core/lvm2/build

11 lines
133 B
Plaintext
Raw Normal View History

2019-06-22 23:43:05 -06:00
#!/bin/sh -e
2019-06-22 23:51:58 -06:00
patch -p1 < portability.patch
2019-06-22 23:43:05 -06:00
./configure \
--prefix=/usr \
--disable-selinux
make
make DESTDIR="$1" install