Thread (23 messages) flat view 23 messages, 4 authors, 2016-06-15

Re: [PATCH] Fix relative built-in paths to be relative to the command invocation

From: Johannes Sixt <hidden>
Date: 2016-06-15 22:44:56

Possibly related (same subject, not in this thread)

Zitat von Johannes Schindelin [off-list ref]:
Hi,

On Sun, 13 Jul 2008, Johannes Sixt wrote:
quoted
diff --git a/Makefile b/Makefile
index 4796565..2bdb9bf 100644
--- a/Makefile
+++ b/Makefile
@@ -1301,7 +1301,7 @@ remove-dashes:
 ### Installation rules

 ifeq ($(firstword $(subst /, ,$(template_dir))),..)
-template_instdir = $(gitexecdir)/$(template_dir)
+template_instdir = $(shell cd '$(bindir_SQ)/$(template_dir_SQ)' && pwd)
What is this for?  Did the original line stop working?
Hmpf! This new line doesn't work in the intended way if the installation
destination does not exist. I'll have to find a better solution...

-- Hannes
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help