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

Fixed typo

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2481 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 78c78963
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ subprocess.call('rm -fr openstructure-linux*',shell=True,cwd='../../')
print 'Creating new package directory'
subprocess.call('mkdir '+directory_name,shell=True,cwd='../../')
subprocess.call('mkdir '+directory_name+'/bin',shell=True,cwd='../../')
rint 'Copy python executable into stage for dependency detection'
print 'Copy python executable into stage for dependency detection'
subprocess.call('cp '+system_python_bin+ ' 'stage/bin/python',shell=True,cwd='../../')
print 'Copy python libraries into the stage for dependency detection'
subprocess.call('cp -pRL '+system_python_libs+' stage/'+libdir,shell=True,cwd='../../')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment