2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-08-19 12:46:58 +00:00
repo/core/lvm2/build

9 lines
102 B
Plaintext
Raw Normal View History

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