18 lines
440 B
Plaintext
18 lines
440 B
Plaintext
$NetBSD: patch-ad,v 1.1.1.1 2000/11/21 06:01:49 hubertf Exp $
|
|
|
|
--- configure.orig Tue Nov 21 03:37:00 2000
|
|
+++ configure
|
|
@@ -536,9 +536,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"
|
|
+ LOGDIR="/var/log/icecast"
|
|
fi
|
|
|
|
|