[SCM] live-build branch, debian-next, updated. debian/3.0_a10-1-8-g37843f2

Daniel Baumann daniel at debian.org
Sat Jan 1 16:59:46 UTC 2011


The following commit has been merged in the debian-next branch:
commit 37843f2bc121fc536721211a60163c2537b2200a
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Jan 1 17:59:25 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