Commit deab752a authored by Ed Reel's avatar Ed Reel

Change localstatedir location

parent e5ed4889
......@@ -14,12 +14,12 @@ class Emacs < Package
depends_on 'automake' => :build
def self.build
system './configure \
system "./configure \
--with-x=no \
--localstatedir=/usr/local/share \
--localstatedir=#{CREW_PREFIX}/tmp \
--without-makeinfo \
--without-selinux'
system 'make'
--without-selinux"
system "make"
end
def self.install
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment