52 |
|
%install |
53 |
|
tar -cf - . | tar -C %i -xvvf - |
54 |
|
|
55 |
< |
mkdir -p %instroot/bin %instroot/share/scramdb |
55 |
> |
mkdir -p %instroot/bin %instroot/share/scramdbv0 |
56 |
> |
touch %instroot/share/scramdbv0/project.lookup |
57 |
|
cat > %instroot/bin/scram << \EOF |
58 |
|
#!/bin/sh |
59 |
|
|
63 |
|
|
64 |
|
SCRAM=$0 |
65 |
|
: ${SCRAM_HOME=%i} |
66 |
< |
: ${SCRAM_LOOKUPDB=%instroot/share/scramdb/project.lookup} |
66 |
> |
: ${SCRAM_LOOKUPDB=%instroot/share/scramdbv0/project.lookup} |
67 |
|
: ${SCRAMPERL="/usr/bin/env perl"} |
68 |
|
PERL5LIB=$SCRAM_HOME/src${PERL5LIB+":$PERL5LIB"} |
69 |
|
: ${SITENAME=CERN} |
86 |
|
%files |
87 |
|
%i |
88 |
|
%instroot/bin/scram |
89 |
< |
%instroot/share/scramdb |
89 |
> |
%instroot/share/scramdbv0 |
90 |
> |
%exclude %instroot/share/scramdbv0/project.lookup |
91 |
|
%post |
92 |
|
%{relocateConfig}etc/profile.d/dependencies-setup.sh |
93 |
|
%{relocateConfig}etc/profile.d/dependencies-setup.csh |