2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-05 16:55:47 -06:00
repo/extra/lvm2/build

12 lines
167 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:56:28 -06:00
patch -p1 < fix-stdio-usage.patch
2019-06-22 23:51:58 -06:00
2019-06-22 23:43:05 -06:00
./configure \
--prefix=/usr \
--disable-selinux
make
make DESTDIR="$1" install