rpms/cjkunifonts/devel cjkunifonts.spec,1.25,1.26

Caius Chance cchance at fedoraproject.org
Tue Jan 6 01:49:12 UTC 2009


Author: cchance

Update of /cvs/pkgs/rpms/cjkunifonts/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv26317

Modified Files:
	cjkunifonts.spec 
Log Message:
fixed .conf ln -s path mistake



Index: cjkunifonts.spec
===================================================================
RCS file: /cvs/pkgs/rpms/cjkunifonts/devel/cjkunifonts.spec,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- cjkunifonts.spec	6 Jan 2009 01:34:45 -0000	1.25
+++ cjkunifonts.spec	6 Jan 2009 01:48:42 -0000	1.26
@@ -100,13 +100,13 @@
 for fconf in `ls %{umingbuilddir}/*-ttf-arphic-uming*.conf`
 do
     install -m 0644 $fconf %{buildroot}%{_fontconfig_templatedir}/
-    ln -s %{_fontconfig_templatedir}/$fconf \
+    ln -s %{buildroot}%{_fontconfig_templatedir}/$fconf \
         %{buildroot}%{_fontconfig_confdir}/$fconf
 done
 for fconf in `ls %{ukaibuilddir}/*-ttf-arphic-ukai*.conf`
 do
     install -m 0644 $fconf %{buildroot}%{_fontconfig_templatedir}/
-    ln -s %{_fontconfig_templatedir}/$fconf \
+    ln -s %{buildroot}%{_fontconfig_templatedir}/$fconf \
         %{buildroot}%{_fontconfig_confdir}/$fconf
 done
 




More information about the fonts-bugs mailing list