[SCM] live-helper branch, debian-next, updated. debian/2.0_a13-1-9-g75574aa
Daniel Baumann
daniel at debian.org
Sun May 30 07:49:51 UTC 2010
The following commit has been merged in the debian-next branch:
commit 229d0d183c08ec11f941f1de56789b24d637ed31
Author: Daniel Baumann <daniel at debian.org>
Date: Mon May 24 13:58:08 2010 +0200
Correcting install command for manpages in Makefile.
diff --git a/Makefile b/Makefile
index 9896dd3..3b2caac 100644
--- a/Makefile
+++ b/Makefile
@@ -52,7 +52,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-helper
More information about the debian-live-changes
mailing list