Commit deab752a authored by Ed Reel's avatar Ed Reel

Change localstatedir location

parent e5ed4889
...@@ -14,12 +14,12 @@ class Emacs < Package ...@@ -14,12 +14,12 @@ class Emacs < Package
depends_on 'automake' => :build depends_on 'automake' => :build
def self.build def self.build
system './configure \ system "./configure \
--with-x=no \ --with-x=no \
--localstatedir=/usr/local/share \ --localstatedir=#{CREW_PREFIX}/tmp \
--without-makeinfo \ --without-makeinfo \
--without-selinux' --without-selinux"
system 'make' system "make"
end end
def self.install 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