From 5dfe5ae0be904d5992c3f535962ed9fac48663e8 Mon Sep 17 00:00:00 2001 From: Darren Salt Date: Sat, 26 Jan 2008 21:02:02 +0000 Subject: Fix font installation (broken by the xine-config backport). --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}/,,"`" -- cgit v1.2.3