From 068adc1980535f187ad9721d67f223c52546c38a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ludovic=20Court=C3=A8s?= Date: Mon, 3 Sep 2012 22:40:46 +0200 Subject: [PATCH] build: Fix race between installing `guild' and the `guile-tools' symlink. Fixes . Report and patch by Song.Li . * meta/Makefile.am (install-data-hook): Rename to... (install-exec-hook): ... this. --- meta/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/Makefile.am b/meta/Makefile.am index a05730d13..bd2078409 100644 --- a/meta/Makefile.am +++ b/meta/Makefile.am @@ -28,7 +28,7 @@ EXTRA_DIST= \ guild.in guile-config.in # What we now call `guild' used to be known as `guile-tools'. -install-data-hook: +install-exec-hook: guild="`echo $(ECHO_N) guild \ | $(SED) -e '$(program_transform_name)'`$(EXEEXT)" ; \ guile_tools="`echo $(ECHO_N) guile-tools \