From ef2b0868fef9269b84483d047c2e4ffe47ce4c12 Mon Sep 17 00:00:00 2001 From: Daniel Caujolle-Bert Date: Sat, 2 Nov 2002 19:58:57 +0000 Subject: Remove any desktop ref. CVS patchset: 3152 CVS date: 2002/11/02 19:58:57 --- misc/xine-config.in | 7 ------- misc/xine-lib.spec.in | 3 +-- 2 files changed, 1 insertion(+), 9 deletions(-) (limited to 'misc') diff --git a/misc/xine-config.in b/misc/xine-config.in index 25a58d580..159e3d892 100644 --- a/misc/xine-config.in +++ b/misc/xine-config.in @@ -20,7 +20,6 @@ Options: [--plugindir] [--datadir] [--scriptdir] - [--desktopdir] [--localedir] EOF exit $1 @@ -74,9 +73,6 @@ while test $# -gt 0; do --scriptdir) echo_scriptdir=yes ;; - --desktopdir) - echo_desktopdir=yes - ;; --localedir) echo_localedir=yes ;; @@ -115,9 +111,6 @@ fi if test "$echo_scriptdir" = "yes"; then echo "@XINE_SCRIPTPATH@" fi -if test "$echo_desktopdir" = "yes"; then - echo "@XINE_DESKTOPPATH@" -fi if test "$echo_localedir" = "yes"; then echo "@XINE_LOCALEPATH@" fi diff --git a/misc/xine-lib.spec.in b/misc/xine-lib.spec.in index f839c3258..4a24badad 100644 --- a/misc/xine-lib.spec.in +++ b/misc/xine-lib.spec.in @@ -193,8 +193,7 @@ rm -rf $RPM_BUILD_ROOT %doc README TODO AUTHORS COPYING ChangeLog %{_bindir}/xine-config %{_libdir}/libxine*.so.* -%{_libdir}/xine/plugins/* -%{_datadir}/xine/skins/* +%{_libdir}/xine/plugins/%{version}/* %{_datadir}/xine/fonts/* %{_mandir}/man1/* %{_datadir}/locale/* -- cgit v1.2.3