Commit 760ed712 authored by Ed Reel's avatar Ed Reel

Add message to describe modifications in the update-ms-fonts script

parent 9fe16e4f
......@@ -15,6 +15,8 @@ class Msttcorefonts < Package
depends_on 'cabextract'
def self.build
# Since there is no configure script available, some modifications to prevent a 'file not found'
# message and writes to read-only directories were necessary in the update-ms-fonts script.
system "sed -i '61icp cabfiles.sha256sums \$SCRATCHDIR/' update-ms-fonts"
system "sed -i 's,/var/lib/msttcorefonts/,,g' update-ms-fonts"
system "sed -i 's,/usr/share,#{CREW_DEST_PREFIX}/share,g' update-ms-fonts"
......
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