ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/python.spec
(Generate patch)

Comparing COMP/CMSDIST/python.spec (file contents):
Revision 1.28 by muzaffar, Mon Sep 3 15:28:45 2007 UTC vs.
Revision 1.29 by eulisse, Wed Sep 19 21:13:25 2007 UTC

# Line 48 | Line 48 | dirs="$ZLIB_ROOT $EXPAT_ROOT $OPENSSL_RO
48   echo $dirs
49   for d in $dirs; do
50    for f in $d/include/*; do
51 <    [ -f $f ] || continue
51 >    [ -e $f ] || continue
52      rm -f %i/include/$(basename $f)
53      ln -s $f %i/include
54    done
55    for f in $d/lib/*; do
56 <    [ -f $f ] || continue
56 >    [ -e $f ] || continue
57      rm -f %i/lib/$(basename $f)
58      ln -s $f %i/lib
59    done

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines