[xiph-cvs] cvs commit: icecast icecast.spec

Ed oddsock at xiph.org
Mon Jan 5 20:36:51 PST 2004



oddsock     04/01/05 23:36:51

  Modified:    .        icecast.spec
  Log:
  config file now goes to /etc...

Revision  Changes    Path
1.2       +2 -2      icecast/icecast.spec

Index: icecast.spec
===================================================================
RCS file: /usr/local/cvsroot/icecast/icecast.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- icecast.spec	6 Jan 2004 03:43:00 -0000	1.1
+++ icecast.spec	6 Jan 2004 04:36:51 -0000	1.2
@@ -33,7 +33,7 @@
 %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 @@
 %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/*
 

<p><p>--- >8 ----
List archives:  http://www.xiph.org/archives/
Ogg project homepage: http://www.xiph.org/ogg/
To unsubscribe from this list, send a message to 'cvs-request at xiph.org'
containing only the word 'unsubscribe' in the body.  No subject is needed.
Unsubscribe messages sent to the list will be ignored/filtered.



More information about the commits mailing list