Commit 3c9b4fc5 authored by lyxell's avatar lyxell Committed by GitHub

Merge pull request #621 from jam7/update/scons

Change to install scons under CREW_DEST_DIR
parents 5644e2ed e5370078
......@@ -12,6 +12,6 @@ class Scons < Package
end
def self.install
system "python2.7 setup.py install --prefix=/usr/local"
system "python2.7 setup.py install --prefix=/usr/local --root=#{CREW_DEST_DIR}"
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