[Pkg-ocaml-maint-commits] [findlib] 09/13: Fix typo in Makefile

Stéphane Glondu glondu at moszumanska.debian.org
Thu Jun 9 11:07:31 UTC 2016


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository findlib.

commit 69e3e5ea0e54ed5cfea7b1485e83169724374e9c
Author: Stephane Glondu <steph at glondu.net>
Date:   Thu Jun 9 12:26:23 2016 +0200

    Fix typo in Makefile
---
 debian/patches/0005-Fix-typo-in-Makefile.patch | 21 +++++++++++++++++++++
 debian/patches/series                          |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/0005-Fix-typo-in-Makefile.patch b/debian/patches/0005-Fix-typo-in-Makefile.patch
new file mode 100644
index 0000000..dd68b41
--- /dev/null
+++ b/debian/patches/0005-Fix-typo-in-Makefile.patch
@@ -0,0 +1,21 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Thu, 9 Jun 2016 12:26:08 +0200
+Subject: Fix typo in Makefile
+
+---
+ Makefile | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/Makefile b/Makefile
+index bf3aabb..2b6d4a7 100644
+--- a/Makefile
++++ b/Makefile
+@@ -71,7 +71,7 @@ findlib.conf: findlib.conf.in
+ 
+ .PHONY: install-doc
+ install-doc:
+-	mkdir -p "$(prefix)$(OCAMLFIND_MAN)/man1" "$(prefix)$(OCAMLFIND_MAN)/man3 $(prefix)$(OCAMLFIND_MAN)/man5"
++	mkdir -p "$(prefix)$(OCAMLFIND_MAN)/man1" "$(prefix)$(OCAMLFIND_MAN)/man3" "$(prefix)$(OCAMLFIND_MAN)/man5"
+ 	-cp doc/ref-man/ocamlfind.1 "$(prefix)$(OCAMLFIND_MAN)/man1"
+ 	-cp doc/ref-man/META.5 doc/ref-man/site-lib.5 doc/ref-man/findlib.conf.5 "$(prefix)$(OCAMLFIND_MAN)/man5"
+ 
diff --git a/debian/patches/series b/debian/patches/series
index a183565..4fcc8df 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 0002-Extra-configuration-search-path.patch
 0003-META.num-bugfix-moved-directory-directive-outside-co.patch
 0004-Disable-graphics-and-labltk-when-unavailable.patch
+0005-Fix-typo-in-Makefile.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/findlib.git



More information about the Pkg-ocaml-maint-commits mailing list