Stephan Kulow 2013-06-10 15:10:50 +00:00 committed by Git OBS Bridge
commit da3d3bf07e
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,8 @@
-------------------------------------------------------------------
Mon Jun 10 08:46:26 UTC 2013 - fa0sck@gmail.com
- Install fonts without x-bit
-------------------------------------------------------------------
Thu Jan 17 06:22:25 UTC 2013 - toms@opensuse.org

View File

@ -48,7 +48,8 @@ chmod a-x LICENSE.txt *.html
%install
install -d %{buildroot}%{_ttfontsdir}
install OTF/*.otf TTF/*.ttf %{buildroot}%{_ttfontsdir}
# by default install command uses 755 umask
install -m 644 OTF/*.otf TTF/*.ttf %{buildroot}%{_ttfontsdir}
%reconfigure_fonts_scriptlets