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

Comparing COMP/CMSDIST/dbs-client.spec (file contents):
Revision 1.41 by metson, Sat Mar 15 17:28:34 2008 UTC vs.
Revision 1.42 by valya, Sun Mar 16 14:03:27 2008 UTC

# Line 21 | Line 21 | cp -r Clients/Python/* %{i}/lib/
21   (echo "#!/bin/sh"; \
22   echo "source $PYTHON_ROOT/etc/profile.d/init.sh"; \
23   echo "source $OPENSSL_ROOT/etc/profile.d/init.sh"; \
24 + echo "source $PY2_ZSI_ROOT/etc/profile.d/init.sh"; \
25   ) > %{i}/etc/profile.d/dependencies-setup.sh
26  
27   (echo "#!/bin/tcsh"; \
28   echo "source $PYTHON_ROOT/etc/profile.d/init.csh"; \
29   echo "source $OPENSSL_ROOT/etc/profile.d/init.csh"; \
30 + echo "source $PY2_ZSI_ROOT/etc/profile.d/init.csh"; \
31   ) > %{i}/etc/profile.d/dependencies-setup.csh
32  
33   %post

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines