[esorex] 02/03: Add cwd to path to find esorex executable
Ole Streicher
olebole at moszumanska.debian.org
Sun Apr 26 10:20:36 UTC 2015
This is an automated email from the git hooks/post-receive script.
olebole pushed a commit to branch debian
in repository esorex.
commit 8cdf5878c0942f6e51579ed67fd09b1095e6a10b
Author: Ole Streicher <olebole at debian.org>
Date: Sun Apr 26 12:17:44 2015 +0200
Add cwd to path to find esorex executable
---
debian/patches/generate-manpage.patch | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/debian/patches/generate-manpage.patch b/debian/patches/generate-manpage.patch
index fbec856..15066b9 100644
--- a/debian/patches/generate-manpage.patch
+++ b/debian/patches/generate-manpage.patch
@@ -12,9 +12,11 @@ Subject: Generate a manpage for esorex.
+man1_MANS = esorex.man
--- /dev/null
+++ b/src/esorex_create_man.sh
-@@ -0,0 +1,109 @@
+@@ -0,0 +1,111 @@
+#!/bin/sh
+
++PATH=${PATH}:.
++
+help2man -N -i $0 esorex | sed s/^:\ // | fgrep -v "Libraries used: CPL =" | fgrep -v "***" > esorex.man
+<< displayed.
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-astro/packages/esorex.git
More information about the debian-science-commits
mailing list