Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Xiph.Org
Icecast-Server
Commits
85e7d11a
Commit
85e7d11a
authored
Jan 06, 2004
by
Ed "oddsock" Zaleski
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
config file now goes to /etc...
svn path=/trunk/icecast/; revision=5737
parent
426d9318
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
icecast.spec
icecast.spec
+2
-2
No files found.
icecast.spec
View file @
85e7d11a
...
...
@@ -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/*
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment