From 9ccd16ded646a7364d62d3561dce927717225c8b Mon Sep 17 00:00:00 2001 From: valerio <valerio@5a81b35b-ba03-0410-adc8-b2c5c5119f08> Date: Wed, 30 Jun 2010 14:46:43 +0000 Subject: [PATCH] Another typo git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2485 5a81b35b-ba03-0410-adc8-b2c5c5119f08 --- deployment/linux/create_bundle.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/linux/create_bundle.py b/deployment/linux/create_bundle.py index d78f2d7b3..56ff8f140 100644 --- a/deployment/linux/create_bundle.py +++ b/deployment/linux/create_bundle.py @@ -119,7 +119,7 @@ subprocess.call('cp -pRL stage/share/openstructure '+directory_name+'/share/', print 'Copying examples into package directory structure' subprocess.call('cp -pRL examples '+directory_name+'/share/openstructure/',shell=True,cwd='../../') print 'Copying ReadMe file into package directory structure' -subprocess.call('cp deployment/README.hmtl '+directory_name,shell=True,cwd='../../') +subprocess.call('cp deployment/README.html '+directory_name,shell=True,cwd='../../') print 'Creating executables at the top level of the package directory structure' subprocess.call('echo "bin/dng" > '+directory_name+'/dng',shell=True,cwd='../../') subprocess.call('chmod +x '+directory_name+'/dng',shell=True,cwd='../../') -- GitLab