1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
Description: fixes the name of logfile
Author: Rene Mayorga <rmayorga@debian.org.sv>
Last-Update: 2008-06-27
Index: ample/Makefile.in
===================================================================
--- ample.orig/Makefile.in
+++ ample/Makefile.in
@@ -42,7 +42,9 @@ INSTALL = @INSTALL@
conffile = $(sysconfdir)/ample.conf
logdir = $(localstatedir)/log
-logfile = $(logdir)/ample.conf
+##Modified for debian
+##logfile = $(logdir)/ample.conf
+logfile = $(logdir)/ample.log
mp3path = $(datadir)/mp3
SUBDIRS = src docs
|