Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
a365eabd
Commit
a365eabd
authored
Feb 13, 2014
by
Austin Seipp
Browse files
Fix installation of hpc (#8735)
Signed-off-by:
Austin Seipp
<
austin@well-typed.com
>
parent
2d5372cf
Changes
2
Hide whitespace changes
Inline
Side-by-side
utils/hpc/ghc.mk
View file @
a365eabd
...
...
@@ -15,4 +15,7 @@ utils/hpc_PACKAGE = hpc-bin
utils/
hpc_dist-install_INSTALL
=
YES
utils/
hpc_dist-install_INSTALL_INPLACE
=
YES
utils/
hpc_dist-install_PROGNAME
=
hpc
utils/
hpc_dist-install_SHELL_WRAPPER
=
YES
utils/
hpc_dist-install_INSTALL_SHELL_WRAPPER_NAME
=
hpc
$(eval
$(call
build-prog,utils/hpc,dist-install,1))
utils/hpc/hpc.wrapper
0 → 100644
View file @
a365eabd
#!/bin/sh
exec
"
$executablename
"
${
1
+
"
$@
"
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment