diff options
Diffstat (limited to 'CMakeScripts/inkscape-version.cmake')
| -rw-r--r-- | CMakeScripts/inkscape-version.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeScripts/inkscape-version.cmake b/CMakeScripts/inkscape-version.cmake index 119260988..e01c0563a 100644 --- a/CMakeScripts/inkscape-version.cmake +++ b/CMakeScripts/inkscape-version.cmake @@ -33,7 +33,7 @@ if(EXISTS ${INKSCAPE_SOURCE_DIR}/.git) elseif(EXISTS ${INKSCAPE_SOURCE_DIR}/debian/git-build-recipe.manifest) # workaround for debian packaging in ppa (where we have no repo) # TODO: figure out how to match this to standard build environments - execute_process(COMMAND sed -n 's/.*deb-version\\s*//p' git-build-recipe.manifest + execute_process(COMMAND sed -n "s/.*deb-version\\s*//p" git-build-recipe.manifest WORKING_DIRECTORY ${INKSCAPE_SOURCE_DIR}/debian OUTPUT_VARIABLE DEB_VERSION OUTPUT_STRIP_TRAILING_WHITESPACE) |
