Update of /cvsroot/fink/fink/perlmod/Fink
In directory sc8-pr-cvs17:/tmp/cvs-serv30015/perlmod/Fink

Modified Files:
        VirtPackage.pm 
Log Message:
eq, not ==

Index: VirtPackage.pm
===================================================================
RCS file: /cvsroot/fink/fink/perlmod/Fink/VirtPackage.pm,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -d -r1.122 -r1.123
--- VirtPackage.pm      12 Jun 2007 21:08:02 -0000      1.122
+++ VirtPackage.pm      12 Jun 2007 21:33:19 -0000      1.123
@@ -1271,8 +1271,8 @@
                        if (exists $self->{'system-xfree86-dev'}
                                        and exists 
$self->{'system-xfree86-shlibs'}
                                        and exists 
$self->{'system-xfree86-manual-install'}
-                                       and 
$self->{'system-xfree86-dev'}->{'status'} == STATUS_PRESENT
-                                       and 
$self->{'system-xfree86-shlibs'}->{'status'} == STATUS_PRESENT) {
+                                       and 
$self->{'system-xfree86-dev'}->{'status'} eq STATUS_PRESENT
+                                       and 
$self->{'system-xfree86-shlibs'}->{'status'} eq STATUS_PRESENT) {
                                
$self->{'system-xfree86-manual-install'}->{'status'} = STATUS_PRESENT;
                                
$self->{'system-xfree86-manual-install'}->{'version'} = 
$self->{'system-xfree86-dev'}->{'version'};
                        }


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Fink-commits mailing list
Fink-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fink-commits

Reply via email to