Browse Source

icecast: changed to use default prefix instead of 'opt/icecast'

stable/0.2
Christian Wiese 14 years ago
parent
commit
612fc2ba56
  1. 8
      audio/icecast/icecast.conf

8
audio/icecast/icecast.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../icecast/icecast.conf
# Copyright (C) 2009 The OpenSDE Project
# Copyright (C) 2009 - 2011 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
@ -12,5 +12,7 @@
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
prefix="opt/icecast"
set_confopt
if [ $prefix_auto = 1 ] ; then
# use a dedicated sysconfdir instead of /etc
sysconfdir="$sysconfdir/$pkg"
fi

Loading…
Cancel
Save