Skip to content

Commit

Permalink
scripts directory removed, RBT_ROOT path set
Browse files Browse the repository at this point in the history
  • Loading branch information
sassy committed Dec 24, 2024
1 parent 3b353aa commit 0972271
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,16 @@ runtest = 'test'

postinstallcmds = [
'sed -i "s|/bin/csh -f|/usr/bin/env tcsh|" %(installdir)s/bin/make_grid.csh ; ',
'cp -ra %(builddir)s/%(name)s-%(version)s/scripts %(installdir)s ; ',
'sed -i "s|/bin/csh -f|/usr/bin/env tcsh|" %(installdir)s/scripts/make_grid.csh ; ',
'cp -ra %(builddir)s/%(name)s-%(version)s/data %(installdir)s ; ',
]

modextrapaths = {
'RBT_ROOT': '',
}

sanity_check_paths = {
'files': ['bin/rbhtfinder', 'bin/sdreport', 'bin/run_rbdock.pl', 'lib/libRbt.so'],
'dirs': ['include', 'scripts', 'data'],
'dirs': ['include', 'data'],
}

sanity_check_commands = [
Expand Down

0 comments on commit 0972271

Please sign in to comment.