We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2f1b3 commit e7d58f9Copy full SHA for e7d58f9
providers/erlang_package_from_bintray.rb
@@ -23,9 +23,9 @@
23
provides :erlang_package_from_bintray, platform_family: %w(debian ubuntu rhel centos fedora)
24
25
DEBIAN_PACKAGES = %w(erlang-mnesia erlang-runtime-tools erlang-asn1 erlang-crypto erlang-public-key erlang-ssl
26
- erlang-syntax-tools erlang-snmp erlang-os-mon erlang-parsetools
+ erlang-syntax-tools erlang-snmp erlang-os-mon erlang-parsetools
27
erlang-inets erlang-tools erlang-eldap erlang-xmerl
28
- erlang-dev erlang-edoc erlang-eunit erlang-erl-docgen erlang-src)
+ erlang-dev erlang-edoc erlang-eunit erlang-erl-docgen erlang-src).freeze
29
30
action :install do
31
if platform_family?('debian', 'ubuntu')
0 commit comments