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

Added stuff to gitignore. Further update of create_bundle

git-svn-id: https://dng.biozentrum.unibas.ch/svn/openstructure/trunk@2563 5a81b35b-ba03-0410-adc8-b2c5c5119f08
parent 6c5cba92
Branches
Tags
No related merge requests found
CTestConfig.cmake
CTestTestfile.cmake
CMakeFiles
cmake_install.cmake
stage
......@@ -29,4 +31,4 @@ README.html
CPackConfig.cmake
CPackSourceConfig.cmake
deployment/macos/DNG.app
deployment/macos/standalone
\ No newline at end of file
deployment/macos/standalone
......@@ -45,7 +45,7 @@ svninfo_split=string.split(svninfo_lines[4])
revstring=svninfo_split[1]
directory_name='openstructure-linux-'+archstring+'-'+additional_label+'-rev'+revstring
print 'Stripping subversion information to avoid accidental commit'
#subprocess.call('rm -rf $(find . -name .svn)',shell=True,cwd='../../')
subprocess.call('rm -rf $(find . -name .svn)',shell=True,cwd='../../')
print 'Hardcoding package python binary path in openstructure executables'
subprocess.call('mv scripts/ost.in scripts/ost.in.backup',shell=True,cwd='../../')
subprocess.call('sed "s/@PYTHON_BINARY@/\$DNG_ROOT\/bin\/'+python_bin_in_bundle+'/g" scripts/ost.in.backup > scripts/ost.in.prepreprepre',shell=True,cwd='../../')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment