From db277b133c81d4c0af8e272dbf3bd3569bba9915 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 4 Sep 2019 08:45:06 +0300 Subject: [PATCH] lvm2: fix build --- extra/lvm2/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/lvm2/build b/extra/lvm2/build index dfe9b626..eb521758 100755 --- a/extra/lvm2/build +++ b/extra/lvm2/build @@ -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/"* \