summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/liblockfile/liblockfile-1.09/liblockfile-fix-install-so-to-man-dir.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-extended/liblockfile/liblockfile-1.09/liblockfile-fix-install-so-to-man-dir.patch')
-rw-r--r--meta-oe/recipes-extended/liblockfile/liblockfile-1.09/liblockfile-fix-install-so-to-man-dir.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta-oe/recipes-extended/liblockfile/liblockfile-1.09/liblockfile-fix-install-so-to-man-dir.patch b/meta-oe/recipes-extended/liblockfile/liblockfile-1.09/liblockfile-fix-install-so-to-man-dir.patch
new file mode 100644
index 000000000..27f760c83
--- /dev/null
+++ b/meta-oe/recipes-extended/liblockfile/liblockfile-1.09/liblockfile-fix-install-so-to-man-dir.patch
@@ -0,0 +1,20 @@
1Upstream-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