192 |
|
chmod +x %{instroot}/common/scram |
193 |
|
ln -sf scram %{instroot}/common/scramv1 |
194 |
|
ln -sf scram %{instroot}/common/scramv0 |
195 |
+ |
ln -sf ../common/cmsarch %instroot/bin/cmsarch |
196 |
+ |
ln -sf ../common/cmsarch %instroot/bin/cmsos |
197 |
+ |
ln -sf ../common/scramv1 %instroot/bin/scramv1 |
198 |
|
touch %instroot/common/.cms-common |
199 |
|
fi |
200 |
|
|
201 |
|
touch %instroot/%cmsplatf/etc/profile.d/dummy |
199 |
– |
ln -s ../common/cmsarch %instroot/bin/cmsarch |
200 |
– |
ln -s ../common/cmsarch %instroot/bin/cmsos |
202 |
|
|
203 |
|
%post |
204 |
|
echo $RPM_INSTALL_PREFIX |
217 |
|
%instroot/common/scram |
218 |
|
%instroot/common/scramv1 |
219 |
|
%instroot/common/scramv0 |
220 |
+ |
%instroot/common/.cms-common |
221 |
+ |
%instroot/bin/cmsos |
222 |
+ |
%instroot/bin/cmsarch |
223 |
+ |
%instroot/bin/scramv1 |
224 |
|
%instroot/%cmsplatf/etc/profile.d |
225 |
|
%exclude %instroot/%cmsplatf/etc/profile.d/* |