diff options
| author | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-02-07 17:49:40 +0000 |
|---|---|---|
| committer | Darren Salt <linux@youmustbejoking.demon.co.uk> | 2008-02-07 17:49:40 +0000 |
| commit | 89c18074b7f0afb74b5abbfc4a444f41c52f2344 (patch) | |
| tree | efc86cb81c850b3c881dad04c34a7dcf572bcf78 | |
| parent | b9aad123aa3af9db55ce604b3eb185e26b0361a5 (diff) | |
| download | xine-lib-89c18074b7f0afb74b5abbfc4a444f41c52f2344.tar.gz xine-lib-89c18074b7f0afb74b5abbfc4a444f41c52f2344.tar.bz2 | |
Keep the plugin dir name to x.y.z - x.y.z.a is inappropriate here.
| -rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9badb9d23..3a7651fb6 100644 --- a/configure.ac +++ b/configure.ac @@ -2399,7 +2399,7 @@ AC_SUBST(xinelibdir) AC_SUBST(xinedatadir) AC_SUBST(pkgconfigdir) -XINE_PLUGINDIR="\${xinelibdir}/plugins/$XINE_MAJOR.$XINE_MINOR.$XINE_SUB$XINE_PATCH" +XINE_PLUGINDIR="\${xinelibdir}/plugins/$XINE_MAJOR.$XINE_MINOR.$XINE_SUB" XINE_FONTDIR="\${xinedatadir}/libxine$XINE_MAJOR/fonts" XINE_LOCALEDIR='${datadir}/locale' XINE_REL_PLUGINDIR="`makeexpand "$XINE_PLUGINDIR"`" |
