summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTed Gould <ted@gould.cx>2016-06-21 02:54:26 +0000
committerTed Gould <ted@gould.cx>2016-06-21 02:54:26 +0000
commitdfbba183bcd15fca6508da6feecde95c0b4f4c20 (patch)
tree862fb4915bfff3419f2e79405fcad20f51617456 /src
parentMaking sure to get some modules (diff)
downloadinkscape-dfbba183bcd15fca6508da6feecde95c0b4f4c20.tar.gz
inkscape-dfbba183bcd15fca6508da6feecde95c0b4f4c20.zip
Make the relocatable paths relative to the lib install
(bzr r14950.1.7)
Diffstat (limited to 'src')
-rw-r--r--src/path-prefix.h42
1 files changed, 21 insertions, 21 deletions
diff --git a/src/path-prefix.h b/src/path-prefix.h
index 7f9bcec51..d63fba7fc 100644
--- a/src/path-prefix.h
+++ b/src/path-prefix.h
@@ -21,28 +21,28 @@
//#endif /* __cplusplus */
#ifdef ENABLE_BINRELOC
-# define INKSCAPE_APPICONDIR BR_DATADIR( "/pixmaps" )
-# define INKSCAPE_ATTRRELDIR BR_DATADIR( "/inkscape/attributes" )
-# define INKSCAPE_BINDDIR BR_DATADIR( "/inkscape/bind" )
-# define INKSCAPE_EXAMPLESDIR BR_DATADIR( "/inkscape/examples" )
-# define INKSCAPE_EXTENSIONDIR BR_DATADIR( "/inkscape/extensions" )
-# define INKSCAPE_FILTERDIR BR_DATADIR( "/inkscape/filters" )
-# define INKSCAPE_GRADIENTSDIR BR_DATADIR( "/inkscape/gradients" )
-# define INKSCAPE_KEYSDIR BR_DATADIR( "/inkscape/keys" )
-# define INKSCAPE_PIXMAPDIR BR_DATADIR( "/inkscape/icons" )
-# define INKSCAPE_MARKERSDIR BR_DATADIR( "/inkscape/markers" )
-# define INKSCAPE_PALETTESDIR BR_DATADIR( "/inkscape/palettes" )
-# define INKSCAPE_PATTERNSDIR BR_DATADIR( "/inkscape/patterns" )
-# define INKSCAPE_SCREENSDIR BR_DATADIR( "/inkscape/screens" )
-# define INKSCAPE_SYMBOLSDIR BR_DATADIR( "/inkscape/symbols" )
-# define INKSCAPE_THEMEDIR BR_DATADIR( "/icons" )
-# define INKSCAPE_TUTORIALSDIR BR_DATADIR( "/inkscape/tutorials" )
-# define INKSCAPE_TEMPLATESDIR BR_DATADIR( "/inkscape/templates" )
-# define INKSCAPE_UIDIR BR_DATADIR( "/inkscape/ui" )
+# define INKSCAPE_APPICONDIR BR_DATADIR( "/../share/pixmaps" )
+# define INKSCAPE_ATTRRELDIR BR_DATADIR( "/../share/inkscape/attributes" )
+# define INKSCAPE_BINDDIR BR_DATADIR( "/../share/inkscape/bind" )
+# define INKSCAPE_EXAMPLESDIR BR_DATADIR( "/../share/inkscape/examples" )
+# define INKSCAPE_EXTENSIONDIR BR_DATADIR( "/../share/inkscape/extensions" )
+# define INKSCAPE_FILTERDIR BR_DATADIR( "/../share/inkscape/filters" )
+# define INKSCAPE_GRADIENTSDIR BR_DATADIR( "/../share/inkscape/gradients" )
+# define INKSCAPE_KEYSDIR BR_DATADIR( "/../share/inkscape/keys" )
+# define INKSCAPE_PIXMAPDIR BR_DATADIR( "/../share/inkscape/icons" )
+# define INKSCAPE_MARKERSDIR BR_DATADIR( "/../share/inkscape/markers" )
+# define INKSCAPE_PALETTESDIR BR_DATADIR( "/../share/inkscape/palettes" )
+# define INKSCAPE_PATTERNSDIR BR_DATADIR( "/../share/inkscape/patterns" )
+# define INKSCAPE_SCREENSDIR BR_DATADIR( "/../share/inkscape/screens" )
+# define INKSCAPE_SYMBOLSDIR BR_DATADIR( "/../share/inkscape/symbols" )
+# define INKSCAPE_THEMEDIR BR_DATADIR( "/../share/icons" )
+# define INKSCAPE_TUTORIALSDIR BR_DATADIR( "/../share/inkscape/tutorials" )
+# define INKSCAPE_TEMPLATESDIR BR_DATADIR( "/../share/inkscape/templates" )
+# define INKSCAPE_UIDIR BR_DATADIR( "/../share/inkscape/ui" )
//CREATE V0.1 support
-# define CREATE_GRADIENTSDIR BR_DATADIR( "/create/gradients/gimp" )
-# define CREATE_PALETTESDIR BR_DATADIR( "/create/swatches" )
-# define CREATE_PATTERNSDIR BR_DATADIR( "/create/patterns/vector" )
+# define CREATE_GRADIENTSDIR BR_DATADIR( "/../share/create/gradients/gimp" )
+# define CREATE_PALETTESDIR BR_DATADIR( "/../share/create/swatches" )
+# define CREATE_PATTERNSDIR BR_DATADIR( "/../share/create/patterns/vector" )
#else
# ifdef WIN32
# define INKSCAPE_APPICONDIR WIN32_DATADIR("pixmaps")