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

Another typo

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2485 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 836e0ed6
No related branches found
No related tags found
No related merge requests found
...@@ -119,7 +119,7 @@ subprocess.call('cp -pRL stage/share/openstructure '+directory_name+'/share/', ...@@ -119,7 +119,7 @@ subprocess.call('cp -pRL stage/share/openstructure '+directory_name+'/share/',
print 'Copying examples into package directory structure' print 'Copying examples into package directory structure'
subprocess.call('cp -pRL examples '+directory_name+'/share/openstructure/',shell=True,cwd='../../') subprocess.call('cp -pRL examples '+directory_name+'/share/openstructure/',shell=True,cwd='../../')
print 'Copying ReadMe file into package directory structure' 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' 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('echo "bin/dng" > '+directory_name+'/dng',shell=True,cwd='../../')
subprocess.call('chmod +x '+directory_name+'/dng',shell=True,cwd='../../') subprocess.call('chmod +x '+directory_name+'/dng',shell=True,cwd='../../')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment