]> git.pld-linux.org Git - packages/conky.git/commitdiff
- set poper sysconfig dir
authorlisu <lisu@pld-linux.org>
Thu, 29 Nov 2007 22:30:49 +0000 (22:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    conky-configdir.patch -> 1.1

conky-configdir.patch [new file with mode: 0644]

diff --git a/conky-configdir.patch b/conky-configdir.patch
new file mode 100644 (file)
index 0000000..49e3251
--- /dev/null
@@ -0,0 +1,22 @@
+--- conky-1.4.9/src/Makefile.am~       2007-10-23 23:52:12.000000000 +0200
++++ conky-1.4.9/src/Makefile.am        2007-11-30 00:10:13.000000000 +0100
+@@ -25,7 +25,7 @@
+ # $Id$
+ INCLUDES =                    \
+-      -DSYSTEM_CONFIG_FILE=\"$(sysconfdir)/conky/conky.conf\"
++      -DSYSTEM_CONFIG_FILE=\"$(sysconfdir)/conky.conf\"
+ bin_PROGRAMS = conky
+--- conky-1.4.9/data/Makefile.am~      2007-10-23 23:52:12.000000000 +0200
++++ conky-1.4.9/data/Makefile.am       2007-11-30 00:16:42.000000000 +0100
+@@ -24,7 +24,7 @@
+ #
+ # $Id$
+-configdir = ${sysconfdir}/conky
++configdir = ${sysconfdir}
+ dist_config_DATA = conky.conf
+ # vi:set ts=8 sw=8 noet ai nocindent syntax=automake:
This page took 0.060541 seconds and 4 git commands to generate.