[Pkg-gnupg-commit] [gnupg1] 03/35: Fix to support git worktree.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Aug 29 14:48:35 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch master
in repository gnupg1.

commit e26706700f6f339891cce924e2a401dfbdba1a0e
Author: NIIBE Yutaka <gniibe at fsij.org>
Date:   Wed Jan 13 17:22:37 2016 +0900

    Fix to support git worktree.
    
    * Makefile.am: Use -e for testing .git.
    
    --
    Signed-off-by: NIIBE Yutaka <gniibe at fsij.org>
    
    (backport commit of 96237b9a63a50aed1884cb06f84279b977d6a8fa)
---
 Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.am b/Makefile.am
index 5dca9bd..1c6311b 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -82,7 +82,7 @@ gen_start_date = 2011-12-01T06:00:00
 .PHONY: gen-ChangeLog
 gen-ChangeLog:
 	set -e; 							\
-	if test -d $(top_srcdir)/.git; then				\
+	if test -e $(top_srcdir)/.git; then				\
 	  (cd $(top_srcdir) &&                      			\
 	    $(GITLOG_TO_CHANGELOG) --append-dot --tear-off		\
 	    --amend=scripts/git-log-fix	 				\

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg1.git



More information about the Pkg-gnupg-commit mailing list