aboutsummaryrefslogtreecommitdiffstats
path: root/index
diff options
context:
space:
mode:
authorAdam Cammack <[email protected]>2016-10-17 11:20:48 -0500
committerLoïc Hoguin <[email protected]>2016-10-18 18:26:36 +0200
commit999054109206ecf4ed3a0d7394fdd5c50d1f6a44 (patch)
tree528e62e2470c33274391209083ae7d9507136abe /index
parentc849da35563a2fef207fa824bc89dc01e7a5e96f (diff)
downloaderlang.mk-999054109206ecf4ed3a0d7394fdd5c50d1f6a44.tar.gz
erlang.mk-999054109206ecf4ed3a0d7394fdd5c50d1f6a44.tar.bz2
erlang.mk-999054109206ecf4ed3a0d7394fdd5c50d1f6a44.zip
Fix erlexec application name
erlexec now requires that particular name in order to successfully boot.
Diffstat (limited to 'index')
-rw-r--r--index/exec.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/index/exec.mk b/index/exec.mk
index 44cb54c..2a05c42 100644
--- a/index/exec.mk
+++ b/index/exec.mk
@@ -1,5 +1,5 @@
PACKAGES += exec
-pkg_exec_name = exec
+pkg_exec_name = erlexec
pkg_exec_description = Execute and control OS processes from Erlang/OTP.
pkg_exec_homepage = http://saleyn.github.com/erlexec
pkg_exec_fetch = git