1 |
|
### RPM cms cms-cvs-utils 1.0 |
2 |
< |
## INITENV ALIAS project source projch.sh |
3 |
< |
## INITENV ALIAS cmscvsroot source cmscvsroot.sh |
2 |
> |
## INITENV ALIAS_SH project source %i/bin/projch.sh |
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 |
|
Source: none |
7 |
|
|
8 |
|
%prep |
100 |
|
chmod +x %i/bin/cmscvsroot.csh |
101 |
|
|
102 |
|
ln -sf %i/etc/profile.d/init.sh %instroot/%cmsplatf/etc/profile.d/S00cms-cvs-utils.sh |
103 |
< |
ln -sf %i/etc/profile.d/init.sh %instroot/%cmsplatf/etc/profile.d/S00cms-cvs-utils.csh |
103 |
> |
ln -sf %i/etc/profile.d/init.csh %instroot/%cmsplatf/etc/profile.d/S00cms-cvs-utils.csh |
104 |
|
|
105 |
|
%files |
106 |
|
%i |
109 |
|
|
110 |
|
%post |
111 |
|
ln -sf $RPM_INSTALL_PREFIX/%pkgrel/etc/profile.d/init.sh $RPM_INSTALL_PREFIX/%cmsplatf/etc/profile.d/S00cms-cvs-utils.sh |
112 |
< |
ln -sf $RPM_INSTALL_PREFIX/%pkgrel/etc/profile.d/init.sh $RPM_INSTALL_PREFIX/%cmsplatf/etc/profile.d/S00cms-cvs-utils.csh |
112 |
> |
ln -sf $RPM_INSTALL_PREFIX/%pkgrel/etc/profile.d/init.csh $RPM_INSTALL_PREFIX/%cmsplatf/etc/profile.d/S00cms-cvs-utils.csh |