[SCM] live-helper branch, debian-next, updated. debian/2.0_a13-1-3-g9a8015d
Daniel Baumann
daniel at debian.org
Mon May 24 12:04:23 UTC 2010
The following commit has been merged in the debian-next branch:
commit 9a8015dd648b7d4d1c0c222d928b782c2968623a
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