]> git.pld-linux.org Git - packages/fontforge.git/blob - fontforge-libexecdir.patch
- unify ka[_GE] locale dir; release 2
[packages/fontforge.git] / fontforge-libexecdir.patch
1 --- fontforge-2.0.20170731/mk/layout.am.orig    2017-07-22 07:00:39.158252006 +0200
2 +++ fontforge-2.0.20170731/mk/layout.am 2018-06-23 17:06:59.559868658 +0200
3 @@ -45,7 +45,7 @@
4  # Where to put binaries which are really only interesting to fontforge itself.
5  # For example, processes that are created to help with real time collaboration
6  # but which are really not so interesting for the user to ever directly create.
7 -internal_bindir = ${libexecdir}/bin/FontForgeInternal
8 +internal_bindir = ${libexecdir}/FontForgeInternal
9  
10  # Where the FontForge help system goes.
11  HTDOCS_SUBDIR =
12 --- fontforge-2.0.20170731/fontforgeexe/collabclientui.c.orig   2017-07-22 07:00:39.058202006 +0200
13 +++ fontforge-2.0.20170731/fontforgeexe/collabclientui.c        2018-06-23 17:07:29.866534978 +0200
14 @@ -921,7 +921,7 @@
15         
16  #else  
17         sprintf(command_line,
18 -               "%s/bin/FontForgeInternal/fontforge-internal-collab-server %d",
19 +               "%s/FontForgeInternal/fontforge-internal-collab-server %d",
20                 getLibexecDir_NonWindows(), cc->port );
21  #endif 
22         printf("command_line:%s\n", command_line );
This page took 0.137449 seconds and 3 git commands to generate.