]> git.pld-linux.org Git - packages/conky.git/blob - conky-configdir.patch
- missing br: readline-devel
[packages/conky.git] / conky-configdir.patch
1 --- conky-1.4.9/src/Makefile.am~        2007-10-23 23:52:12.000000000 +0200
2 +++ conky-1.4.9/src/Makefile.am 2007-11-30 00:10:13.000000000 +0100
3 @@ -25,7 +25,7 @@
4  # $Id$
5  
6  INCLUDES =                     \
7 -       -DSYSTEM_CONFIG_FILE=\"$(sysconfdir)/conky/conky.conf\"
8 +       -DSYSTEM_CONFIG_FILE=\"$(sysconfdir)/conky.conf\"
9  
10  bin_PROGRAMS = conky
11  
12 --- conky-1.4.9/data/Makefile.am~       2007-10-23 23:52:12.000000000 +0200
13 +++ conky-1.4.9/data/Makefile.am        2007-11-30 00:16:42.000000000 +0100
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.02379 seconds and 3 git commands to generate.