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

lvm2: fix build

This commit is contained in:
Dylan Araps 2019-09-04 08:45:06 +03:00
parent be527e780e
commit db277b133c

View File

@ -45,7 +45,7 @@ export MKDIR_P="install -d"
--with-default-pid-dir=/run \
--with-default-run-dir=/run/lvm
make DESTDIR="$1" install || sh
make DESTDIR="$1" install
# Make all libraries and binaries writable.
chmod -v u+w "$1/usr/lib/"* \