mirror of
https://github.com/chromebrew/chromebrew.git
synced 2026-01-09 15:37:56 -05:00
Update fontconfig.rb (#5274)
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user