This is an automated email from the git hooks/post-receive script.
teigland pushed a commit to branch master
in repository sanlock.
The following commit(s) were added to refs/heads/master by this push:
new d0bc20b make install /var/lib/sanlock
d0bc20b is described below
commit d0bc20be1dd459c899a9b77422e7e5da180a5b79
Author: David Teigland <teigland(a)redhat.com>
AuthorDate: Tue Dec 2 09:06:08 2025 -0600
make install /var/lib/sanlock
---
src/Makefile | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/Makefile b/src/Makefile
index c0ef517..3190582 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -114,12 +114,14 @@ BINDIR=/usr/sbin
LIBDIR=/usr/lib64
HEADIR=/usr/include
MANDIR=/usr/share/man
+VARDIR=/var/lib/sanlock
.PHONY: install
install: all
$(INSTALL) -d $(DESTDIR)/$(BINDIR)
$(INSTALL) -d $(DESTDIR)/$(LIBDIR)
$(INSTALL) -d $(DESTDIR)/$(HEADIR)
+ $(INSTALL) -d $(DESTDIR)/$(VARDIR)
$(INSTALL) -d $(DESTDIR)/$(MANDIR)/man8
$(INSTALL) -d $(DESTDIR)/$(LIBDIR)/pkgconfig
$(INSTALL) -c -m 755 $(CMD_TARGET) $(DESTDIR)/$(BINDIR)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.