[SCM] live-config branch, debian-next, updated. debian/2.0_a1-1-2-g82351ad

Daniel Baumann daniel at debian.org
Mon May 24 12:03:50 UTC 2010


The following commit has been merged in the debian-next branch:
commit 82351ad59dd4aebec2e3271129745e0a0e86b1d0
Author: Daniel Baumann <daniel at debian.org>
Date:   Mon May 24 13:57:35 2010 +0200

    Correcting install command for manpages in Makefile.

diff --git a/Makefile b/Makefile
index eee6130..a7d2b52 100644
--- a/Makefile
+++ b/Makefile
@@ -48,7 +48,7 @@ install:
 	for MANPAGE in manpages/en/*; \
 	do \
 		SECTION="$$(basename $${MANPAGE} | awk -F. '{ print $$2 }')"; \
-		install -D -m 0644 $${MANPAGE} $(DESTDIR)/usr/share/man/man$${SECTION}/$$(basename $${MANPAGE} .en.$${SECTION}).$${SECTION}; \
+		install -D -m 0644 $${MANPAGE} $(DESTDIR)/usr/share/man/man$${SECTION}/$$(basename $${MANPAGE}); \
 	done
 
 	for LANGUAGE in $(LANGUAGES); \

-- 
live-config



More information about the debian-live-changes mailing list