summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/guile/files/change-install-data-hook-to-install-exec-hook-in-gui.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/guile/files/change-install-data-hook-to-install-exec-hook-in-gui.patch')
-rw-r--r--meta/recipes-devtools/guile/files/change-install-data-hook-to-install-exec-hook-in-gui.patch13
1 files changed, 5 insertions, 8 deletions
diff --git a/meta/recipes-devtools/guile/files/change-install-data-hook-to-install-exec-hook-in-gui.patch b/meta/recipes-devtools/guile/files/change-install-data-hook-to-install-exec-hook-in-gui.patch
index 9445fca640..b9d1ca5143 100644
--- a/meta/recipes-devtools/guile/files/change-install-data-hook-to-install-exec-hook-in-gui.patch
+++ b/meta/recipes-devtools/guile/files/change-install-data-hook-to-install-exec-hook-in-gui.patch
@@ -22,18 +22,15 @@ Signed-off-by: Song.Li <Song.Li@windriver.com>
22 1 file changed, 1 insertion(+), 1 deletion(-) 22 1 file changed, 1 insertion(+), 1 deletion(-)
23 23
24diff --git a/meta/Makefile.am b/meta/Makefile.am 24diff --git a/meta/Makefile.am b/meta/Makefile.am
25index f26fc44..e603e5c 100644 25index a05730d..bd20784 100644
26--- a/meta/Makefile.am 26--- a/meta/Makefile.am
27+++ b/meta/Makefile.am 27+++ b/meta/Makefile.am
28@@ -27,7 +27,7 @@ EXTRA_DIST= \ 28@@ -28,7 +28,7 @@ EXTRA_DIST= \
29 guild.in guile-config.in 29 guild.in guile-config.in
30 30
31 # What we now call `guild' used to be known as `guile-tools'. 31 # What we now call `guild' used to be known as `guile-tools'.
32-install-data-hook: 32-install-data-hook:
33+install-exec-hook: 33+install-exec-hook:
34 cd $(DESTDIR)$(bindir) && rm -f guile-tools$(EXEEXT) && \ 34 guild="`echo $(ECHO_N) guild \
35 $(LN_S) guild$(EXEEXT) guile-tools$(EXEEXT) 35 | $(SED) -e '$(program_transform_name)'`$(EXEEXT)" ; \
36 36 guile_tools="`echo $(ECHO_N) guile-tools \
37--
381.7.9.5
39