e5eddaae1a
Update to the head of the upstream staging branch Rename redhat patches * Previous patches 0001-0012 are now patches 0041-0052 Add 0053-RH-Add-mpathcleanup.patch * add mpathcleanup program
26 lines
926 B
Diff
26 lines
926 B
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Martin Wilck <mwilck@suse.com>
|
|
Date: Mon, 11 Sep 2023 09:30:13 +0200
|
|
Subject: [PATCH] libdmmp/Makefile: fix bug in install section
|
|
|
|
Signed-off-by: Martin Wilck <mwilck@suse.com>
|
|
Reviewed-by: Benjamin Marzinski <bmarzins@redhat.com>
|
|
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
|
|
---
|
|
libdmmp/Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/libdmmp/Makefile b/libdmmp/Makefile
|
|
index 078eca8f..172ba045 100644
|
|
--- a/libdmmp/Makefile
|
|
+++ b/libdmmp/Makefile
|
|
@@ -44,7 +44,7 @@ install:
|
|
$(DESTDIR)$(pkgconfdir)/$(PKGFILE)
|
|
$(Q)sed -i 's|__INCLUDEDIR__|$(includedir)|g' \
|
|
$(DESTDIR)$(pkgconfdir)/$(PKGFILE)
|
|
- $(Q)$(INSTALL_PROGRAM) -d 755 $(DESTDIR)$(mandir)/man3
|
|
+ $(Q)$(INSTALL_PROGRAM) -m 755 -d $(DESTDIR)$(mandir)/man3
|
|
$(Q)$(INSTALL_PROGRAM) -m 644 -t $(DESTDIR)$(mandir)/man3 docs/man/*.3
|
|
|
|
uninstall:
|