From: Christian Hesse <list@eworm.de>
To: dm-devel@redhat.com
Cc: Christian Hesse <mail@eworm.de>
Subject: [PATCH 2/2] libmultipath: create libdir on install
Date: Wed, 6 May 2020 09:35:48 +0200 [thread overview]
Message-ID: <20200506073548.41756-2-list@eworm.de> (raw)
In-Reply-To: <20200506073548.41756-1-list@eworm.de>
From: Christian Hesse <mail@eworm.de>
Without this installation fails with:
install: target '$DESTDIR/usr/lib/multipath' is not a directory
Signed-off-by: Christian Hesse <mail@eworm.de>
---
libmultipath/prioritizers/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/libmultipath/prioritizers/Makefile b/libmultipath/prioritizers/Makefile
index 9d0fe03c..11da5be2 100644
--- a/libmultipath/prioritizers/Makefile
+++ b/libmultipath/prioritizers/Makefile
@@ -35,6 +35,7 @@ libprio%.so: %.o
$(CC) $(LDFLAGS) $(SHARED_FLAGS) -o $@ $^
install: $(LIBS)
+ $(INSTALL_PROGRAM) -d $(DESTDIR)$(libdir)
$(INSTALL_PROGRAM) -m 755 libprio*.so $(DESTDIR)$(libdir)
uninstall:
next prev parent reply other threads:[~2020-05-06 7:35 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-06 7:35 [PATCH 1/2] libmpathpersist: depend on libmultipath Christian Hesse
2020-05-06 7:35 ` Christian Hesse [this message]
2020-05-06 7:48 ` [PATCH 2/2] libmultipath: create libdir on install Christian Hesse
2020-05-07 21:13 ` Martin Wilck
2020-05-07 22:18 ` Christian Hesse
2020-05-07 21:18 ` [PATCH 1/2] libmpathpersist: depend on libmultipath Martin Wilck
2020-05-07 22:14 ` Christian Hesse
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=20200506073548.41756-2-list@eworm.de \
--to=list@eworm.de \
--cc=dm-devel@redhat.com \
--cc=mail@eworm.de \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.