From 0a4a9a4e264a24d2f1c5cefa4ac1508107ddc9b2 Mon Sep 17 00:00:00 2001 From: Peter Rajnoha Date: Feb 22 2016 12:13:26 +0000 Subject: Patch lvm2 v2.02.143 Makefile for lvmdbusd. --- diff --git a/lvm2-lvmdbusd-remove-chmod-from-makefile-for-nonexistent-pyo-files.patch b/lvm2-lvmdbusd-remove-chmod-from-makefile-for-nonexistent-pyo-files.patch new file mode 100644 index 0000000..de21015 --- /dev/null +++ b/lvm2-lvmdbusd-remove-chmod-from-makefile-for-nonexistent-pyo-files.patch @@ -0,0 +1,16 @@ + daemons/lvmdbusd/Makefile.in | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/daemons/lvmdbusd/Makefile.in b/daemons/lvmdbusd/Makefile.in +index 658fcd8..c9b6a07 100644 +--- a/daemons/lvmdbusd/Makefile.in ++++ b/daemons/lvmdbusd/Makefile.in +@@ -57,7 +57,7 @@ install_lvmdbusd: + $(INSTALL_DATA) $(LVMDBUS_BUILDDIR_FILES) $(DESTDIR)$(lvmdbusdir) + PYTHON=$(PYTHON3) $(PYCOMPILE) --destdir "$(DESTDIR)" --basedir "$(lvmdbusdir)" $(LVMDBUS_SRCDIR_FILES) $(LVMDBUS_BUILDDIR_FILES) + $(CHMOD) 755 $(DESTDIR)$(lvmdbusdir)/__pycache__ +- $(CHMOD) 444 $(DESTDIR)$(lvmdbusdir)/__pycache__/*.pyc $(DESTDIR)$(lvmdbusdir)/__pycache__/*.pyo ++ $(CHMOD) 444 $(DESTDIR)$(lvmdbusdir)/__pycache__/*.pyc + + install_lvm2: install_lvmdbusd +