]> git.pld-linux.org Git - packages/conky.git/blob - conky-configdir.patch
- version in lua51-devel BR
[packages/conky.git] / conky-configdir.patch
1 --- conky-1.6.1/src/Makefile.am 2008-08-12 22:49:11.000000000 +0200
2 +++ conky-1.6.1/src/Makefile.am-new     2008-09-21 11:06:13.714222266 +0200
3 @@ -24,7 +24,7 @@
4  #
5  # $Id$
6  
7 -INCLUDES = -DSYSTEM_CONFIG_FILE=\"$(sysconfdir)/conky/conky.conf\"
8 +INCLUDES = -DSYSTEM_CONFIG_FILE=\"$(sysconfdir)/conky.conf\"
9  
10  bin_PROGRAMS = conky
11  
12 --- conky-1.6.1/data/Makefile.am        2007-11-27 23:31:13.000000000 +0100
13 +++ conky-1.6.1/data/Makefile.am-new    2008-09-21 11:11:46.257955236 +0200
14 @@ -24,7 +24,7 @@
15  #
16  # $Id$
17  
18 -configdir = ${sysconfdir}/conky
19 +configdir = ${sysconfdir}
20  dist_config_DATA = conky.conf
21  
22  # vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
This page took 0.066429 seconds and 3 git commands to generate.