Skip to content
Snippets Groups Projects
Commit 8fda7339 authored by Austin Seipp's avatar Austin Seipp Committed by thoughtpolice
Browse files

Fix installation of hpc (#8735)


Signed-off-by: default avatarAustin Seipp <austin@well-typed.com>
(cherry picked from commit 5c870334)
parent acbef369
No related branches found
No related tags found
No related merge requests found
......@@ -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))
#!/bin/sh
exec "$executablename" ${1+"$@"}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment