Skip to content

Commit

Permalink
- Update the emacs recipe so it works actually.
Browse files Browse the repository at this point in the history
Signed-off-by: Scott M. Likens <slikens@engineyard.com>
  • Loading branch information
Scott M. Likens committed May 20, 2010
1 parent e53909b commit 6adf649
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cookbooks/emacs/recipes/default.rb
Expand Up @@ -5,14 +5,14 @@

remote_file "/engineyard/portage/distfiles/eselect-emacs-1.8.tar.bz2" do
source "http://mirror.internode.on.net/pub/gentoo-portage/distfiles/eselect-emacs-1.8.tar.bz2"
owner root
group root
mode 0544
owner "root"
group "root"
mode "0655"
backup 0
not_if { FileTest.exists?("/engineyard/portage/distfiles/eselect-emacs-1.8.tar.bz2") }
end

execute "install_emacs" do
command "emerge emacs"
command "emerge app-editors/emacs"
not_if { FileTest.exists?("/usr/bin/emacs-22") }
end

0 comments on commit 6adf649

Please sign in to comment.