diff options
Diffstat (limited to 'audio/shout/files/patch-configure')
-rw-r--r-- | audio/shout/files/patch-configure | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/shout/files/patch-configure b/audio/shout/files/patch-configure new file mode 100644 index 000000000000..d4d24c0b9bee --- /dev/null +++ b/audio/shout/files/patch-configure @@ -0,0 +1,15 @@ +--- configure Thu Apr 20 03:41:45 2000 ++++ configure.new Wed Jun 14 19:34:23 2000 +@@ -539,9 +539,9 @@ + LOGDIR="/var/log/icecast" + else + echo "FSSTD DISABLED" +- BINDIR="${prefix}/icecast/bin" +- ETCDIR="${prefix}/icecast/etc" +- LOGDIR="${prefix}/icecast/log" ++ BINDIR="${prefix}/bin" ++ ETCDIR="${prefix}/etc/icecast" ++ LOGDIR="${prefix}/share/icecast/log" + fi + + |