lvm-devel.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
From: Zdenek Kabelac <zkabelac@sourceware.org>
To: lvm-devel@redhat.com
Subject: main - makefiles: forgotten to install some test config
Date: Sat, 22 Apr 2023 09:26:28 +0000 (GMT)	[thread overview]
Message-ID: <20230422092628.B7B393858C74@sourceware.org> (raw)

Gitweb:        https://sourceware.org/git/?p=lvm2.git;a=commitdiff;h=f239ce2353504f1a69fd7cc5386067cffd71b965
Commit:        f239ce2353504f1a69fd7cc5386067cffd71b965
Parent:        1f4e3832e0b6c877857e26f50aaa7196d9034cca
Author:        Zdenek Kabelac <zkabelac@redhat.com>
AuthorDate:    Sat Apr 22 11:21:46 2023 +0200
Committer:     Zdenek Kabelac <zkabelac@redhat.com>
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 &&\


                 reply	other threads:[~2023-04-22  9:26 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20230422092628.B7B393858C74@sourceware.org \
    --to=zkabelac@sourceware.org \
    --cc=lvm-devel@redhat.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).