[Dctrl-tools-devel] [SCM] Debian control file query tools branch, master, updated. 2.18-6-g861dc68

Antti-Juhani Kaijanaho ajk at debian.org
Sun Mar 13 12:46:31 UTC 2011


The following commit has been merged in the master branch:
commit 861dc684241e6ba7779a01ec44bedfe513ad0356
Author: Antti-Juhani Kaijanaho <ajk at debian.org>
Date:   Sun Mar 13 14:46:22 2011 +0200

    Typo fix for manpage translation handling
    
    Signed-off-by: Antti-Juhani Kaijanaho <ajk at debian.org>

diff --git a/GNUmakefile b/GNUmakefile
index 6c23678..9ec2ec2 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -104,7 +104,7 @@ install :
 				gzip -9 $(DESTDIR)$(mandir)/$$lang/man1/$$file; \
 			fi; \
 		done; \
-		if [ -e $(DESTDIR)$(mandir)$$lang/man1/grep-dctrl.1.gz ]; then \
+		if [ -e $(DESTDIR)$(mandir)/$$lang/man1/grep-dctrl.1.gz ]; then \
 			for dest in $(aliases) ; do \
 				ln -s grep-dctrl.1.gz $(DESTDIR)$(mandir)/$$lang/man1/$$dest.1.gz ; \
 			done; \

-- 
Debian control file query tools



More information about the Dctrl-tools-devel mailing list