Commit 749f0c38 authored by satmandu's avatar satmandu Committed by GitHub

Update fontconfig.rb (#5274)

parent 98a6dd4f
......@@ -77,6 +77,8 @@ class Fontconfig < Package
puts 'To complete the installation, execute the following:'.orange
puts 'source ~/.bashrc'.orange
end
system "env FONTCONFIG_PATH=#{CREW_PREFIX}/etc/fonts fc-cache -fv"
# The following postinstall fails if graphite isn't installed when fontconfig
# is being installed.
system "env FONTCONFIG_PATH=#{CREW_PREFIX}/etc/fonts fc-cache -fv || true"
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