|
Last change
on this file since 219 was 212, checked in by barrand, 19 years ago |
|
|
-
Property svn:executable
set to
*
|
|
File size:
352 bytes
|
| Rev | Line | |
|---|
| [212] | 1 | #!/bin/sh -f
|
|---|
| 2 |
|
|---|
| 3 | dir_pwd="`pwd`"
|
|---|
| 4 |
|
|---|
| 5 | bin_dir=`uname`_obuild
|
|---|
| 6 |
|
|---|
| 7 | cd ../${bin_dir}/osc_snovis/v1r0
|
|---|
| 8 |
|
|---|
| 9 | # By default snova can run without the G4 data files :
|
|---|
| 10 | /bin/rm -R -f Resources/Geant4/data
|
|---|
| 11 |
|
|---|
| 12 | # Have a RTK :
|
|---|
| 13 | /bin/rm -R -f Resources/Geant4/include
|
|---|
| 14 | /bin/rm -R -f Resources/CLHEP/include
|
|---|
| 15 |
|
|---|
| 16 | find ./lib -name 'libXm.so.2*' -print -exec /bin/rm -f {} \;
|
|---|
| 17 |
|
|---|
| 18 | cd ${dir_pwd}
|
|---|
| 19 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.