blob: 27f760c832bbc360e5a22795e80cd0cf239abdef [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001Upstream-Status: Inappropriate [no upstream]
2
3The extend so file is rename from nfslock.so.$(VER) to nfslock.so.$(NVER). That
4causes file nfslock.so.0.1 is installed into manual directory. Fix it.
5
6Signed-off-by: Kai Kang <kai.kang@windriver.com>
7
8diff --git a/Makefile.in b/Makefile.in
9index a589fb8..46a57e8 100644
10--- a/Makefile.in
11+++ b/Makefile.in
12@@ -68,7 +68,7 @@ install_common:
13 install -d $(ROOT)$(bindir)
14 install -m 755 $(INSTGRP) dotlockfile $(ROOT)$(bindir)
15 install -d $(ROOT)$(mandir)/man1 $(ROOT)$(mandir)/man3
16- install -m 644 *.1 $(ROOT)$(mandir)/man1
17+ install -m 644 dotlockfile.1 $(ROOT)$(mandir)/man1
18 install -m 644 *.3 $(ROOT)$(mandir)/man3
19
20 install_nfslib: nfslib