Author: ranger
Date: Fri Sep  8 16:23:12 2006
New Revision: 378

URL: 
<http://svn.finkproject.org/websvn/listing.php?sc=1&rev=378&repname=user%3a+ranger>
Log:
more bugfixes

Modified:
    trunk/experimental/10.3/main/finkinfo/x11-system/xfree86.info
    trunk/experimental/10.4/main/finkinfo/x11-system/xfree86.info
    trunk/experimental/common/main/finkinfo/x11-system/xfree86.info

Modified: trunk/experimental/10.3/main/finkinfo/x11-system/xfree86.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.3/main/finkinfo/x11-system/xfree86.info&rev=378&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.3/main/finkinfo/x11-system/xfree86.info (original)
+++ trunk/experimental/10.3/main/finkinfo/x11-system/xfree86.info Fri Sep  8 
16:23:12 2006
@@ -223,7 +223,7 @@
 case "$1" in
        install)
                if [ -e /usr/X11R6/bin/xterm -o -e /usr/X11R6/bin/xrdb -o \
-                       /usr/X11R6/libX11.dylib ]; then
+                       -e /usr/X11R6/libX11.dylib ]; then
                        echo
                        echo "You have an existing X11 installation in 
/usr/X11R6 and/or /etc/X11."
                        echo "This package refuses to overwrite these. Remove 
them, then tell Fink to"

Modified: trunk/experimental/10.4/main/finkinfo/x11-system/xfree86.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/10.4/main/finkinfo/x11-system/xfree86.info&rev=378&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/10.4/main/finkinfo/x11-system/xfree86.info (original)
+++ trunk/experimental/10.4/main/finkinfo/x11-system/xfree86.info Fri Sep  8 
16:23:12 2006
@@ -223,7 +223,7 @@
 case "$1" in
        install)
                if [ -e /usr/X11R6/bin/xterm -o -e /usr/X11R6/bin/xrdb -o \
-                       /usr/X11R6/libX11.dylib ]; then
+                       -e /usr/X11R6/libX11.dylib ]; then
                        echo
                        echo "You have an existing X11 installation in 
/usr/X11R6 and/or /etc/X11."
                        echo "This package refuses to overwrite these. Remove 
them, then tell Fink to"

Modified: trunk/experimental/common/main/finkinfo/x11-system/xfree86.info
URL: 
<http://svn.finkproject.org/websvn/diff.php?path=/trunk/experimental/common/main/finkinfo/x11-system/xfree86.info&rev=378&repname=user%3a+ranger>
==============================================================================
--- trunk/experimental/common/main/finkinfo/x11-system/xfree86.info (original)
+++ trunk/experimental/common/main/finkinfo/x11-system/xfree86.info Fri Sep  8 
16:23:12 2006
@@ -216,7 +216,7 @@
 case "$1" in
        install)
                if [ -e /usr/X11R6/bin/xterm -o -e /usr/X11R6/bin/xrdb -o \
-                       /usr/X11R6/libX11.dylib ]; then
+                       -e /usr/X11R6/libX11.dylib ]; then
                        echo
                        echo "You have an existing X11 installation in 
/usr/X11R6 and/or /etc/X11."
                        echo "This package refuses to overwrite these. Remove 
them, then tell Fink to"


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to