Created
October 2, 2013 13:37
-
-
Save stamina321/6793907 to your computer and use it in GitHub Desktop.
Create the msttcorefonts rpm for fedora 19 an higher...
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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