main - makefiles: forgotten to install some test config
Zdenek Kabelac <[email protected]>
| Newsgroups | gmane.linux.lvm.devel |
|---|---|
| Message-ID | <[email protected]> |
Gitweb: https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=f239ce2353504f1a69fd7cc5386067cffd71b965 Commit: f239ce2353504f1a69fd7cc5386067cffd71b965 Parent: 1f4e3832e0b6c877857e26f50aaa7196d9034cca Author: Zdenek Kabelac <[email protected]> AuthorDate: Sat Apr 22 11:21:46 2023 +0200 Committer: Zdenek Kabelac <[email protected]> CommitterDate: Sat Apr 22 11:25:39 2023 +0200 makefiles: forgotten to install some test config rpm testing missed config files. --- test/Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile.in b/test/Makefile.in index 1ea797d85..bb6167ea5 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -234,7 +234,7 @@ install: .tests-stamp lib/paths-installed $(Q)- $(INSTALL_PROGRAM) dbus/*.py $(DATADIR)/dbus/ $(Q) $(INSTALL_DATA) lib/paths-installed $(DATADIR)/lib/paths $(Q) cd lib &&\ - $(INSTALL_DATA) $(LIB_DATA) $(DATADIR)/lib + $(INSTALL_DATA) $(LIB_DATA) $(LIB_CONF) $(DATADIR)/lib $(Q) cd lib &&\ $(INSTALL_SCRIPT) $(LIB_SHARED) $(DATADIR)/lib $(Q) cd lib &&\ -- lvm-devel mailing list [email protected] https://listman.redhat.com/mailman/listinfo/lvm-devel