Skip to content
Snippets Groups Projects
Commit b60308aa authored by valerio's avatar valerio
Browse files

One more fix to the create_bundle scripts

Now it removes README.html from the bin directory

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2527 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent f99d6fa3
Branches
Tags
No related merge requests found
......@@ -145,6 +145,8 @@ subprocess.call('rm -rf $(find . -name *.pyc)',shell=True,cwd='../../')
print 'removing dokk and harmony examples from bundle'
subprocess.call('rm -rf '+directory_name+'/share/openstructure/examples/code_fragments/dokk',shell=True,cwd='../../')
subprocess.call('rm -rf '+directory_name+'/share/openstructure/examples/code_fragments/harmony',shell=True,cwd='../../')
print 'removing README.html from bin directory in the package directory structure'
subprocess.call('rm -fr '+directory_name+'/bin/README.html',shell=True,cwd='../../')
print 'De-hardcoding package python binary path from openstructure executables'
subprocess.call('rm scripts/ost.in',shell=True,cwd='../../')
subprocess.call('rm scripts/ost.in.pre*',shell=True,cwd='../../')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment