From b05caa77c9af88e5e603e929750ae0f6db2f063a Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Sat, 31 Aug 2013 23:39:51 +0200 Subject: Comment fix --- rules/shell-wrapper.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/shell-wrapper.mk b/rules/shell-wrapper.mk index b23e385035..5672f36877 100644 --- a/rules/shell-wrapper.mk +++ b/rules/shell-wrapper.mk @@ -62,7 +62,7 @@ ifeq "$$($1_$2_INSTALL_SHELL_WRAPPER_NAME)" "" $1_$2_INSTALL_SHELL_WRAPPER_NAME = $$($1_$2_PROG) endif -# Install the binary in $(libexecdir), and install a shell wrapper in $(bindir) +# Install the binary in $(ghclibexecdir), and install a shell wrapper in $(bindir) INSTALL_LIBEXECS += $1/$2/build/tmp/$$($1_$2_PROG) BINDIST_WRAPPERS += $$($1_$2_SHELL_WRAPPER_NAME) -- cgit v1.2.1