[Pkg-gnupg-commit] [gpgme] 43/53: python: Call ln(1) in a portable way.

Daniel Kahn Gillmor dkg at fifthhorseman.net
Mon Oct 24 19:26:52 UTC 2016


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

dkg pushed a commit to branch experimental
in repository gpgme.

commit c6cab5a2bd6e7ed226c6c3f0b78b3f48b47db74c
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Oct 14 16:20:15 2016 +0200

    python: Call ln(1) in a portable way.
    
    * lang/python/Makefile.am: Specify target dir for ln.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>
---
 lang/python/Makefile.am | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lang/python/Makefile.am b/lang/python/Makefile.am
index 9cb99c4..224a91a 100644
--- a/lang/python/Makefile.am
+++ b/lang/python/Makefile.am
@@ -54,10 +54,10 @@ copystamp: $(COPY_FILES) $(COPY_FILES_PYME) data.h config.h
 	touch $@
 
 data.h:
-	ln -s "$(top_srcdir)/src/data.h"
+	ln -s "$(top_srcdir)/src/data.h" .
 
 config.h:
-	ln -s "$(top_builddir)/config.h"
+	ln -s "$(top_builddir)/config.h" .
 
 all-local: copystamp
 	for PYTHON in $(PYTHONS); do \

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



More information about the Pkg-gnupg-commit mailing list