From: Martin Wilck <mwilck@xxxxxxxx> Without this "make install" may fail. Signed-off-by: Martin Wilck <mwilck@xxxxxxxx> --- libdmmp/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/libdmmp/Makefile b/libdmmp/Makefile index 2e99b3e..e458925 100644 --- a/libdmmp/Makefile +++ b/libdmmp/Makefile @@ -45,6 +45,7 @@ install: $(DESTDIR)$(pkgconfdir)/$(PKGFILE) perl -i -pe 's|__INCLUDEDIR__|$(includedir)|g' \ $(DESTDIR)$(pkgconfdir)/$(PKGFILE) + $(INSTALL_PROGRAM) -d 755 $(DESTDIR)$(man3dir) $(INSTALL_PROGRAM) -m 644 -t $(DESTDIR)$(man3dir) docs/man/*.3 uninstall: -- 2.37.1 -- dm-devel mailing list dm-devel@xxxxxxxxxx https://listman.redhat.com/mailman/listinfo/dm-devel