summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDarren Salt <linux@youmustbejoking.demon.co.uk>2008-01-26 21:02:02 +0000
committerDarren Salt <linux@youmustbejoking.demon.co.uk>2008-01-26 21:02:02 +0000
commit5dfe5ae0be904d5992c3f535962ed9fac48663e8 (patch)
tree3f3b32d73296bcac16f2375c4dbb9b5264bf3fb8
parente24b61023d44bdf561fe0a3dc5b7d5f996547d9c (diff)
downloadxine-lib-5dfe5ae0be904d5992c3f535962ed9fac48663e8.tar.gz
xine-lib-5dfe5ae0be904d5992c3f535962ed9fac48663e8.tar.bz2
Fix font installation (broken by the xine-config backport).
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 884d64e8e..c9396cf27 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2398,7 +2398,7 @@ AC_SUBST(xinelibdir)
AC_SUBST(xinedatadir)
XINE_PLUGINDIR="\${xinelibdir}/plugins/$XINE_MAJOR.$XINE_MINOR.$XINE_SUB$XINE_PATCH"
-XINE_FONTDIR="\${xinedatadir}/xine/libxine$XINE_MAJOR/fonts"
+XINE_FONTDIR="\${xinedatadir}/libxine$XINE_MAJOR/fonts"
XINE_LOCALEDIR='${datadir}/locale'
XINE_REL_PLUGINDIR="`makeexpand "$XINE_PLUGINDIR"`"
XINE_REL_PLUGINDIR="`makeexpand "$XINE_REL_PLUGINDIR" | sed -e "s,^${prefix}/,,"`"