1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

Correctly identify openSUSE distribution in install_gems

(cherry picked from commit 6fdd32d0c7e6b1a234ca00e534e089534ebba784)
This commit is contained in:
Tino Vazquez 2013-07-23 13:38:35 +02:00
parent 5973833cc7
commit 000cddf469

View File

@ -66,7 +66,7 @@ DISTRIBUTIONS={
:install_command => 'yum install'
},
:suse => {
:id => [/^SUSE/],
:id => [/SUSE/],
:dependencies_common => ['ruby-devel', 'make'],
:dependencies => {
SQLITE => ['gcc', 'sqlite3-devel'],