repo/extra/lvm2/build

12 lines
167 B
Plaintext
Raw Normal View History

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