Update of 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/x11-system
In directory 
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6408/10.4-transitional/unstable/main/finkinfo/x11-system

Modified Files:
        xfree86.info xorg.info 
Log Message:
whups, another fix

Index: xorg.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/x11-system/xorg.info,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- xorg.info   6 Jun 2005 15:20:24 -0000       1.4
+++ xorg.info   6 Jun 2005 18:43:45 -0000       1.5
@@ -232,7 +232,7 @@
 for file in fonts.conf fonts.dtd; do
        if ! [ -d /private/etc/fonts ]; then install -d -m 755 -g wheel 
/private/etc/fonts; fi
        if ! [ -f /private/etc/fonts/$file.bak ]; then
-               cp -f /private/etc/fonts/$file /private/etc/fonts/$file.bak
+               [ -f /private/etc/fonts/$file ] && cp -f 
/private/etc/fonts/$file /private/etc/fonts/$file.bak
                cp -f %p/share/x11/fonts/$file /private/etc/fonts/
        fi
 done

Index: xfree86.info
===================================================================
RCS file: 
/cvsroot/fink/dists/10.4-transitional/unstable/main/finkinfo/x11-system/xfree86.info,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- xfree86.info        6 Jun 2005 15:20:24 -0000       1.3
+++ xfree86.info        6 Jun 2005 18:43:45 -0000       1.4
@@ -240,7 +240,7 @@
 for file in fonts.conf fonts.dtd; do
        if ! [ -d /private/etc/fonts ]; then install -d -m 755 -g wheel 
/private/etc/fonts; fi
        if ! [ -f /private/etc/fonts/$file.bak ]; then
-               cp -f /private/etc/fonts/$file /private/etc/fonts/$file.bak
+               [ -f /private/etc/fonts/$file ] && cp -f 
/private/etc/fonts/$file /private/etc/fonts/$file.bak
                cp -f %p/share/x11/fonts/$file /private/etc/fonts/
        fi
 done



-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.  How far can you shotput
a projector? How fast can you ride your desk chair down the office luge track?
If you want to score the big prize, get to know the little guy.  
Play to win an NEC 61" plasma display: http://www.necitguy.com/?r=20
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to