[SCM] serd/master: Explicitely pass --mandir to configure.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Tue May 3 11:40:30 UTC 2011


The following commit has been merged in the master branch:
commit ab7403350d138d5524ae1544351bd8c0007495e3
Author: Alessio Treglia <alessio at debian.org>
Date:   Tue May 3 13:40:14 2011 +0200

    Explicitely pass --mandir to configure.

diff --git a/debian/rules b/debian/rules
index 56dde9a..a2fe476 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,7 +8,8 @@ WAF = ./waf
 
 override_dh_auto_configure:
 	$(WAF) configure \
-		--prefix=/usr\
+		--prefix=/usr \
+		--mandir=/usr/share/man \
 		--debug
 
 override_dh_auto_build:

-- 
serd packaging



More information about the pkg-multimedia-commits mailing list