diff options
author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-26 21:02:02 +0000 |
---|---|---|
committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-01-26 21:02:02 +0000 |
commit | 5dfe5ae0be904d5992c3f535962ed9fac48663e8 (patch) | |
tree | 3f3b32d73296bcac16f2375c4dbb9b5264bf3fb8 | |
parent | e24b61023d44bdf561fe0a3dc5b7d5f996547d9c (diff) | |
download | xine-lib-5dfe5ae0be904d5992c3f535962ed9fac48663e8.tar.gz xine-lib-5dfe5ae0be904d5992c3f535962ed9fac48663e8.tar.bz2 |
Fix font installation (broken by the xine-config backport).
-rw-r--r-- | configure.ac | 2 |
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}/,,"`" |