diff options
author | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-06-30 20:03:10 +0000 |
---|---|---|
committer | Diego 'Flameeyes' Pettenò <flameeyes@gmail.com> | 2006-06-30 20:03:10 +0000 |
commit | 0fe65d5cb16521ad43f6dc0fdd2fe1825a924fd3 (patch) | |
tree | 070dd4d045c88e2e4edd08dcfcfeb113c8c3c190 /misc | |
parent | a20f24993c52dd46d66f4fe597577f56597aa5fa (diff) | |
download | xine-lib-0fe65d5cb16521ad43f6dc0fdd2fe1825a924fd3.tar.gz xine-lib-0fe65d5cb16521ad43f6dc0fdd2fe1825a924fd3.tar.bz2 |
Use FONTPATH rather than FONTDIR, as the former is already expanded.
CVS patchset: 8084
CVS date: 2006/06/30 20:03:10
Diffstat (limited to 'misc')
-rw-r--r-- | misc/fonts/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/fonts/Makefile.am b/misc/fonts/Makefile.am index 4912cca1d..5fb84d010 100644 --- a/misc/fonts/Makefile.am +++ b/misc/fonts/Makefile.am @@ -1,7 +1,7 @@ include $(top_srcdir)/misc/Makefile.common -datadir = $(XINE_FONTDIR) -data_DATA = \ +fontdir = $(XINE_FONTPATH) +font_DATA = \ cetus-16.xinefont.gz \ cetus-20.xinefont.gz \ cetus-24.xinefont.gz \ |