File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ SConscript('diffpy/SConscript.version')
8282
8383# Path where datafiles should be installed
8484env ['runtimepath' ] = os .path .join (
85- env ['datadir' ], 'diffpy/libdiffpy%i %i' % env ['majorminor' ])
85+ env ['datadir' ], 'diffpy/libdiffpy-%i. %i' % env ['majorminor' ])
8686SConscript ('runtime/SConscript' )
8787
8888# Load all other sconscripts that update lib_includes and lib_sources
Original file line number Diff line number Diff line change @@ -41,8 +41,9 @@ const char* runtimerelpath =
4141#ifdef DIFFPYRUNTIMERELPATH
4242 STRINGIFY (DIFFPYRUNTIMERELPATH)
4343#else
44- " ../share/diffpy/libdiffpy"
44+ " ../share/diffpy/libdiffpy- "
4545 STRINGIFY (DIFFPY_VERSION_MAJOR)
46+ "."
4647 STRINGIFY(DIFFPY_VERSION_MINOR)
4748#endif
4849;
You can’t perform that action at this time.
0 commit comments