diff options
| author | Patrick Storz <eduard.braun2@gmx.de> | 2019-03-28 21:42:58 +0000 |
|---|---|---|
| committer | Patrick Storz <eduard.braun2@gmx.de> | 2019-03-28 21:42:58 +0000 |
| commit | c19a9c2e1dc0cb1c466e3a322cf31f8584731930 (patch) | |
| tree | eeb4ed29a3642cb10a9093232a5df887fd91e8ed /CMakeScripts | |
| parent | An a few more config.h fixes (diff) | |
| download | inkscape-c19a9c2e1dc0cb1c466e3a322cf31f8584731930.tar.gz inkscape-c19a9c2e1dc0cb1c466e3a322cf31f8584731930.zip | |
Fix for fb42d9e019e0b21c4d98cae0e8268d63087a2034
Diffstat (limited to 'CMakeScripts')
| -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) |
