sassc-ruby
sassc-ruby copied to clipboard
Not able to override /tmp dir with TMPDIR=/data/tmp
My /tmp dir is a mounted RAM disk with 64MB, it appears this is not enough to compile sassc. I try to override it with:
TMPDIR=/data/tmp sudo gem install sassc
But it still tries to write to /tmp and fails to compile.
Can you please respect the TMPDIR env variable or add some other mechanism to override the /tmp dir?