[SCM] gmerlin/master: fix path when generating manpages

zmoelnig-guest at users.alioth.debian.org zmoelnig-guest at users.alioth.debian.org
Fri Jan 14 16:32:40 UTC 2011


The following commit has been merged in the master branch:
commit fce3a35eebec387ca5b9dcb52d2322ce34917459
Author: IOhannes m zmölnig <zmoelnig at iem.at>
Date:   Fri Jan 14 15:51:23 2011 +0100

    fix path when generating manpages
    
    hmm, gmerlin_launcher is merely a script calling gmerlin_remote.
    since the latter is not installed yet, we have to manually set the path.

diff --git a/debian/rules b/debian/rules
index 38009ca..530b5c5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -54,7 +54,7 @@ DEB_DH_STRIP_ARGS := --dbg-package=gmerlin-dbg
 
 build/gmerlin::
 	./apps/thumbnailer/gmerlin-video-thumbnailer -help-man > gmerlin-video-thumbnailer.1
-	./apps/player/gmerlin_launcher -help-man > gmerlin_launcher.1
+	PATH=$(CURDIR)/apps/player/:$(PATH) ./apps/player/gmerlin_launcher -help-man > gmerlin_launcher.1
 	./tests/gmerlin_imgconvert -help-man > gmerlin_imgconvert.1
 	./tests/gmerlin_visualize -help-man > gmerlin_visualize.1	
 

-- 
gmerlin packaging



More information about the pkg-multimedia-commits mailing list