3 |
|
## INITENV ALIAS_SH cmscvsroot source %i/bin/cmscvsroot.sh |
4 |
|
## INITENV ALIAS_CSH project source %i/bin/projch.csh |
5 |
|
## INITENV ALIAS_CSH cmscvsroot source %i/bin/cmscvsroot.csh |
6 |
+ |
## INITENV ALIAS clcommit %i/bin/clcommit.sh |
7 |
|
Source: none |
8 |
|
|
9 |
|
%prep |
95 |
|
endif |
96 |
|
EOF_CMSCVSROOT_CSH |
97 |
|
|
98 |
< |
cat << \EOF_CLCOMMIT > %i/bin/clcommit |
98 |
> |
cat << \EOF_CLCOMMIT > %i/bin/clcommit.sh |
99 |
|
#! /bin/sh |
100 |
|
|
101 |
|
# commit version 0.9.4 |
367 |
|
chmod +x %i/bin/projch.csh |
368 |
|
chmod +x %i/bin/cmscvsroot.sh |
369 |
|
chmod +x %i/bin/cmscvsroot.csh |
370 |
< |
chmod +x %i/bin/clcommit |
370 |
> |
chmod +x %i/bin/clcommit.sh |
371 |
|
|
372 |
|
ln -sf %i/etc/profile.d/init.sh %instroot/%cmsplatf/etc/profile.d/S00cms-cvs-utils.sh |
373 |
|
ln -sf %i/etc/profile.d/init.csh %instroot/%cmsplatf/etc/profile.d/S00cms-cvs-utils.csh |