repo/core/lvm2/build

9 lines
102 B
Plaintext
Raw Normal View History

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