2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-04 15:02:27 +00:00

lvm2: fix package

This commit is contained in:
Dylan Araps 2019-08-29 11:10:35 +00:00
parent 926dd7f41a
commit 96b960b159
2 changed files with 6 additions and 1 deletions

View File

@ -9,3 +9,8 @@ patch -p1 < fix-stdio-usage.patch
make
make DESTDIR="$1" install
# Make all libraries and binaries writable.
chmod -v u+w "$1/usr/lib/"* \
"$1/usr/include/"* \
"$1/usr/sbin/"*

View File

@ -1 +1 @@
2.03.05 2
2.03.05 3