Skip to content

Instantly share code, notes, and snippets.

@stamina321
Created October 2, 2013 13:37
Show Gist options
  • Save stamina321/6793907 to your computer and use it in GitHub Desktop.
Save stamina321/6793907 to your computer and use it in GitHub Desktop.
Create the msttcorefonts rpm for fedora 19 an higher...
wget http://corefonts.sourceforge.net/msttcorefonts-2.5-1.spec
su -c 'yum install rpm-build cabextract ttmkfdir'
rpmbuild -bb msttcorefonts-2.5-1.spec
su -c 'yum install ~/rpmbuild/RPMS/noarch/msttcorefonts-2.5-1.noarch.rpm'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment