[SCM] live-build branch, debian, updated. debian/2.0.11-1-8-g224a55b

Daniel Baumann daniel at debian.org
Tue Jan 11 15:58:23 UTC 2011


The following commit has been merged in the debian branch:
commit be021c1c24341f3c1cf766d022f5dd11519c6438
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Jan 1 17:59:15 2011 +0100

    Updating man function for newer live-build versions (Closes: #608477).

diff --git a/functions/man.sh b/functions/man.sh
index c039a39..3c06d02 100755
--- a/functions/man.sh
+++ b/functions/man.sh
@@ -12,7 +12,7 @@ Man ()
 {
 	if [ -x "$(which man 2>/dev/null)" ]
 	then
-		man lb_$(basename ${0})
+		man $(basename ${0})
 		exit 0
 	fi
 }

-- 
live-build



More information about the debian-live-changes mailing list