change otf path

Signed-off-by: Ricky Elrod <ricky@elrod.me>
f38
Ricky Elrod 10 years ago
parent e480b308b1
commit 97818afbb5

@ -71,7 +71,7 @@ cp -p %{SOURCE3} LICENSE
%install %install
install -m 0755 -d %{buildroot}%{_fontdir} install -m 0755 -d %{buildroot}%{_fontdir}
install -m 0644 -p */*.otf %{buildroot}%{_fontdir} install -m 0644 -p */*/*/*.otf %{buildroot}%{_fontdir}
install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \ install -m 0755 -d %{buildroot}%{_fontconfig_templatedir} \
%{buildroot}%{_fontconfig_confdir} %{buildroot}%{_fontconfig_confdir}

Loading…
Cancel
Save