diff options
Diffstat (limited to 'config.h.cmake')
| -rw-r--r-- | config.h.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.cmake b/config.h.cmake index eae54fd03..00d6fb8b3 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -232,10 +232,10 @@ #cmakedefine HAVE_ZLIB_H 1 /* Base data directory -- only path-prefix.h should use it! */ -#define INKSCAPE_DATADIR "${CMAKE_INSTALL_PREFIX}/share" +#define INKSCAPE_DATADIR "${INKSCAPE_DATADIR}" /* Base library directory -- only path-prefix.h should use it! */ -#define INKSCAPE_LIBDIR "${CMAKE_INSTALL_PREFIX}/lib" +#define INKSCAPE_LIBDIR "${INKSCAPE_LIBDIR}" /* Define to 1 if `lstat' dereferences a symlink specified with a trailing slash. */ |
