Browse Source

* Use ${datadir} for fonts instead of ${datarootdir}.

pull/1/head
Sam Hocevar sam 19 years ago
parent
commit
112b4bb185
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      fonts/Makefile.am

+ 1
- 1
fonts/Makefile.am View File

@@ -1,5 +1,5 @@


fontdir = $(datarootdir)/figlet
fontdir = $(datadir)/figlet


font_DATA = circle.tlf emboss.tlf emboss2.tlf future.tlf smbraille.tlf font_DATA = circle.tlf emboss.tlf emboss2.tlf future.tlf smbraille.tlf



Loading…
Cancel
Save