Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 355355
Collapse All | Expand All

(-)a/meta/Makefile.am (-2 / +2 lines)
Lines 30-38 Link Here
30
# What we now call `guild' used to be known as `guile-tools'.
30
# What we now call `guild' used to be known as `guile-tools'.
31
install-exec-hook:
31
install-exec-hook:
32
	guild="`echo $(ECHO_N) guild				\
32
	guild="`echo $(ECHO_N) guild				\
33
	   | $(SED) -e '$(program_transform_name)'`$(EXEEXT)" ;	\
33
	   | $(SED) -e '$(program_transform_name)'`" ;		\
34
	guile_tools="`echo $(ECHO_N) guile-tools		\
34
	guile_tools="`echo $(ECHO_N) guile-tools		\
35
	   | $(SED) -e '$(program_transform_name)'`$(EXEEXT)" ;	\
35
	   | $(SED) -e '$(program_transform_name)'`" ;		\
36
	cd $(DESTDIR)$(bindir) && rm -f "$$guile_tools" &&	\
36
	cd $(DESTDIR)$(bindir) && rm -f "$$guile_tools" &&	\
37
	$(LN_S) "$$guild" "$$guile_tools"
37
	$(LN_S) "$$guild" "$$guile_tools"
38
38

Return to bug 355355