File: 030_makefile-debian-location.patch

package info (click to toggle)
ample 0.5.7-13
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 692 kB
  • sloc: ansic: 2,885; sh: 255; makefile: 203
file content (18 lines) | stat: -rw-r--r-- 528 bytes parent folder | download | duplicates (3)
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