Skip to content

Commit 4033e17

Browse files
committed
Install libtool-bin only on Debian
1 parent f0a881b commit 4033e17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/install_from_source.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
package 'libuuid-devel'
3131
end
3232
when 'debian', 'ubuntu'
33-
package 'libtool-bin'
33+
package 'libtool-bin' if node['platform_family'] == 'debian'
3434
package 'libssl-dev'
3535
package 'pkg-config'
3636
if node['zeromq']['version'] =~ /^2\..*/

0 commit comments

Comments
 (0)