Commit f764e0f5 authored by Ed Reel's avatar Ed Reel Committed by GitHub

Merge pull request #1750 from lovedheart/patch-25

Update pango.rb
parents 6effe676 47b96456
...@@ -22,7 +22,8 @@ class Pango < Package ...@@ -22,7 +22,8 @@ class Pango < Package
end end
def self.install def self.install
system "pip install --prefix #{CREW_PREFIX} --root #{CREW_DEST_DIR} six" system "pip install six" # fix installation error, "pip install --prefix #{CREW_PREFIX} --root #{CREW_DEST_DIR} six" does not work
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install" system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
system "pip uninstall --yes six"
end end
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