From b60308aae07f1870915e8a25f8bedda0a227a292 Mon Sep 17 00:00:00 2001
From: valerio <valerio@5a81b35b-ba03-0410-adc8-b2c5c5119f08>
Date: Tue, 6 Jul 2010 10:11:12 +0000
Subject: [PATCH] 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
---
 deployment/linux/create_bundle.py | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/deployment/linux/create_bundle.py b/deployment/linux/create_bundle.py
index 9990ed3b7..db2ed725f 100644
--- a/deployment/linux/create_bundle.py
+++ b/deployment/linux/create_bundle.py
@@ -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='../../')
-- 
GitLab