diff options
author | David Herrmann <dh.herrmann@gmail.com> | 2014-10-01 11:25:27 +0200 |
---|---|---|
committer | David Herrmann <dh.herrmann@gmail.com> | 2014-10-02 08:40:43 +0200 |
commit | 056e86ee7fdae86d358aa068303845dff2cbb598 (patch) | |
tree | d4392b97f55bfffde80a52097c259965eebf2a24 /Makefile.am | |
parent | fa9653457302c106f8d47060ef3dda2b4c8038a8 (diff) |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Makefile.am b/Makefile.am index da36a8c1c2..5fa4e4a5e8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 += \ |