Skip to content

Commit

Permalink
Merge pull request #1 from danmidwood/master
Browse files Browse the repository at this point in the history
COOK-1601  Install Emacs without X support by default on Arch linux
  • Loading branch information
Joshua Timberman committed Jan 25, 2013
2 parents 96d1026 + 154728f commit c10a35a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Requirements
## Platform

* Debian/Ubuntu
* Red Hat/CentOS/Scientific/Fedora
* Red Hat/CentOS/Scientific/Fedora/Arch
* FreeBSD

Should work on any platform that has a default provider for the `package` resource and a package named `emacs` avaialble in the default package manager repository.
Expand Down
2 changes: 1 addition & 1 deletion attributes/default.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
case node['platform']
when "ubuntu","debian"
default['emacs']['packages'] = ["emacs23-nox"]
when "redhat","centos","scientific","fedora"
when "redhat","centos","scientific","fedora","arch"
default['emacs']['packages'] = ["emacs-nox"]
when "freebsd"
default['emacs']['packages'] = ["editors/emacs-nox11"]
Expand Down
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@

recipe "emacs", "Installs Emacs"

%w{ ubuntu debian redhat centos scientific fedora freebsd }.each do |os|
%w{ ubuntu debian redhat centos scientific fedora arch freebsd }.each do |os|
supports os
end

0 comments on commit c10a35a

Please sign in to comment.