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
