[funtools] 07/09: Create parents of mandirs

Ole Streicher olebole at moszumanska.debian.org
Sat Feb 28 14:31:32 UTC 2015


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

olebole pushed a commit to branch debian
in repository funtools.

commit 0f8f28800c5f64efa2bc615ba3fa38ba2a4d9d87
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Sat Feb 28 15:07:23 2015 +0100

    Create parents of mandirs
---
 debian/patches/multiarch.patch | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/debian/patches/multiarch.patch b/debian/patches/multiarch.patch
index 2074117..5fa98b8 100644
--- a/debian/patches/multiarch.patch
+++ b/debian/patches/multiarch.patch
@@ -31,3 +31,12 @@ Description: Copy files to the correct destinations according to multiarch.
  
  # util files are in the util subdirectory
  UTIL_INC =		-I./util
+@@ -474,7 +474,7 @@
+ install-man:
+ 	@if [ ! -d $(MAN_INSTALL_DIR) ] ; then \
+ 	    echo "Making directory $(MAN_INSTALL_DIR)"; \
+-	    mkdir $(MAN_INSTALL_DIR); \
++	    mkdir -p $(MAN_INSTALL_DIR); \
+ 	    chmod 755 $(MAN_INSTALL_DIR); \
+ 	    else true; \
+ 	fi;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/funtools.git



More information about the debian-science-commits mailing list