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 |