From 85e7d11aacd26898d78cb4bd43108f1b85bf0927 Mon Sep 17 00:00:00 2001 From: oddsock Date: Tue, 6 Jan 2004 04:36:51 +0000 Subject: [PATCH] config file now goes to /etc... svn path=/trunk/icecast/; revision=5737 --- icecast.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/icecast.spec b/icecast.spec index bd33d415..28dd1a98 100644 --- a/icecast.spec +++ b/icecast.spec @@ -33,7 +33,7 @@ easily and supports open standards for commuincation and interaction. %setup -q -n %{name}-%{version} %build -CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --mandir=%{_mandir} +CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=%{_prefix} --mandir=%{_mandir} --sysconfdir=/etc make %install @@ -51,7 +51,7 @@ rm -rf $RPM_BUILD_ROOT%{_datadir}/doc/%{name} %doc doc/*.html %doc doc/*.jpg %doc doc/*.css -%config(noreplace) %{_prefix}/etc/%{name}.xml +%config(noreplace) /etc/%{name}.xml %{_bindir}/icecast %{_prefix}/share/icecast/*