Skip to content
This repository was archived by the owner on Oct 2, 2018. It is now read-only.

Commit f84bfdf

Browse files
committed
Set prefix_dir attribute correctly for amazon platform
1 parent 68edd40 commit f84bfdf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

attributes/default.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
case platform
2525
when "smartos"
2626
default['python']['prefix_dir'] = '/opt/local'
27+
when "amazon"
28+
default['python']['prefix_dir'] = '/usr/local'
2729
else
2830
default['python']['prefix_dir'] = '/usr'
2931
end

0 commit comments

Comments
 (0)