terminal: move unifont-map to datadir

Lets avoid putting stuff into /usr/shared/unifont/, but keep it in
/usr/share/systemd/. Upstream lacks interest in this, so don't bother for
now.
This commit is contained in:
David Herrmann 2014-10-01 11:25:27 +02:00
parent fa96534573
commit 056e86ee7f
2 changed files with 2 additions and 4 deletions

View file

@ -3025,9 +3025,7 @@ noinst_PROGRAMS += \
systemd-modeset \
systemd-subterm
unifontdatadir=$(datadir)/unifont
dist_unifontdata_DATA = \
dist_pkgdata_DATA += \
src/libsystemd-terminal/unifont-glyph-array.bin
tests += \

View file

@ -115,7 +115,7 @@ typedef struct unifont_glyph_header unifont_glyph_header;
*/
/* path to binary file */
#define UNIFONT_PATH "/usr/share/unifont/unifont-glyph-array.bin"
#define UNIFONT_PATH "/usr/share/systemd/unifont-glyph-array.bin"
/* header-size of version 1 */
#define UNIFONT_HEADER_SIZE_MIN 32