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

Update fontconfig.rb (#5274)

parent 98a6dd4f
...@@ -77,6 +77,8 @@ class Fontconfig < Package ...@@ -77,6 +77,8 @@ class Fontconfig < Package
puts 'To complete the installation, execute the following:'.orange puts 'To complete the installation, execute the following:'.orange
puts 'source ~/.bashrc'.orange puts 'source ~/.bashrc'.orange
end 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
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