[csw-devel] SF.net SVN: gar:[8142] csw/mgar/pkg/fontconfig/trunk

a_o_m at users.sourceforge.net a_o_m at users.sourceforge.net
Sun Jan 24 11:42:24 CET 2010


Revision: 8142
          http://gar.svn.sourceforge.net/gar/?rev=8142&view=rev
Author:   a_o_m
Date:     2010-01-24 10:42:24 +0000 (Sun, 24 Jan 2010)

Log Message:
-----------
fontconfig: fixed file name of old cache files

Modified Paths:
--------------
    csw/mgar/pkg/fontconfig/trunk/checksums
    csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.postinstall

Modified: csw/mgar/pkg/fontconfig/trunk/checksums
===================================================================
--- csw/mgar/pkg/fontconfig/trunk/checksums	2010-01-24 10:32:38 UTC (rev 8141)
+++ csw/mgar/pkg/fontconfig/trunk/checksums	2010-01-24 10:42:24 UTC (rev 8142)
@@ -1,3 +1,3 @@
-0d3f1e7200a203a89dee4324a421e275  CSWfconfig.postinstall
+efa9e30f80c303a90f0e42110ea0f933  CSWfconfig.postinstall
 bbdb45396408c48d50c7db5747dfae4e  fix-zerowidth-struct.patch
 77e15a92006ddc2adbb06f840d591c0e  fontconfig-2.8.0.tar.gz

Modified: csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.postinstall
===================================================================
--- csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.postinstall	2010-01-24 10:32:38 UTC (rev 8141)
+++ csw/mgar/pkg/fontconfig/trunk/files/CSWfconfig.postinstall	2010-01-24 10:42:24 UTC (rev 8142)
@@ -16,8 +16,8 @@
 find ${BASEDIR}/usr/openwin/lib/X11/fonts -user root -name fonts.cache-csw-1 -exec rm -f {} \;
 find ${BASEDIR}/usr/openwin/lib/locale -user root -name fonts.cache-csw-1 -exec rm -f {} \;
 find ${BASEDIR}/opt/csw -user root -name fonts.cache-csw-1 -exec rm -f {} \;
-# removing ancient *.cache-2 files
-rm ${BASEDIR}/var/opt/csw/cache/fontconfig/*.cache-2 2>/dev/null
+# removing ancient *.cache-csw-2 files
+rm ${BASEDIR}/var/opt/csw/cache/fontconfig/*.cache-csw-2 2>/dev/null
 # remove obsolete cache dir
 [ -d "${BASEDIR}/opt/csw/var/cache-fontconfig" ] && rm -r "${BASEDIR}/opt/csw/var/cache-fontconfig" 2>/dev/null
 


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list