Commit 6cb1cf36 authored by Jesse Spielman's avatar Jesse Spielman

Set the SASL_PATH variable for the user so that sasl works

The library is hard-coded to look at /usr/lib/sasl2 which we can't
modify on the chromebook;  We have to reply on this env var :-(
parent 56cfd28e
......@@ -34,5 +34,6 @@ class Mutt < Package
def self.install
system "mkdir -p #{CREW_DEST_DIR}#{CREW_PREFIX}/mail"
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
system "echo 'export SASL_PATH=/usr/local/lib/sasl2' >> ~/.bashrc"
end
end
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