[Pkg-ocaml-maint-commits] [SCM] mlpost packaging branch, master, updated. debian/0.7.4-1-14-g5cc3eb4

Stephane Glondu steph at glondu.net
Sat May 22 20:54:45 UTC 2010


The following commit has been merged in the master branch:
commit 04d084ccbe7eaf84f36e28330859454d5130b7a4
Author: Stephane Glondu <steph at glondu.net>
Date:   Fri May 21 17:17:32 2010 +0200

    Add 0002-Create-man-dir-before-installing-into-it.patch

diff --git a/debian/patches/0002-Create-man-dir-before-installing-into-it.patch b/debian/patches/0002-Create-man-dir-before-installing-into-it.patch
new file mode 100644
index 0000000..0fad413
--- /dev/null
+++ b/debian/patches/0002-Create-man-dir-before-installing-into-it.patch
@@ -0,0 +1,23 @@
+From: Stephane Glondu <steph at glondu.net>
+Date: Fri, 21 May 2010 17:16:12 +0200
+Subject: [PATCH] Create man dir before installing into it
+
+Signed-off-by: Stephane Glondu <steph at glondu.net>
+---
+ Makefile.in |    2 +-
+ 1 files changed, 1 insertions(+), 1 deletions(-)
+
+diff --git a/Makefile.in b/Makefile.in
+index 07301a8..d4e835e 100644
+--- a/Makefile.in
++++ b/Makefile.in
+@@ -187,7 +187,7 @@ install-byte-contrib: install-byte-dot install-byte-lablgtk
+ 
+ 
+ install-bin:
+-	mkdir -p $(BINDIR)
++	mkdir -p $(BINDIR) $(MANDIR)/man1
+ 	cp -f $(BUILD)$(TOOL) $(BINDIR)/mlpost
+ 	cp -f mlpost.1 $(MANDIR)/man1
+ 
+-- 
diff --git a/debian/patches/series b/debian/patches/series
index 1b9bafa..adfe398 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 0001-Do-not-remove-ocamlbuild.Makefile.patch
+0002-Create-man-dir-before-installing-into-it.patch

-- 
mlpost packaging



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