Skip to content

Commit

Permalink
Hide /opt
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Aug 1, 2012
1 parent dbabb67 commit 30f7e93
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions imagemagick/recipes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@
end
end

execute "sudo SetFile -a V /opt" do
only_if { `GetFileInfo -aV /opt`.chomp == "0" }
user node[:homebrew][:user]
end

package "imagemagick" do
if node[:imagemagick][:ghostscript]
options "--with-ghostscript"
Expand Down

0 comments on commit 30f7e93

Please sign in to comment.