]> git.pld-linux.org Git - packages/dchub.git/commitdiff
- change config directory
authorAndrzej Augustynowicz <andrzej@augustynowicz.eu.org>
Sat, 13 Dec 2003 01:28:37 +0000 (01:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    dchub-configdir.patch -> 1.1

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

diff --git a/dchub-configdir.patch b/dchub-configdir.patch
new file mode 100644 (file)
index 0000000..4532e71
--- /dev/null
@@ -0,0 +1,17 @@
+diff -Nur old/configure.in new/configure.in
+--- old/configure.in   2003-11-28 14:57:22.000000000 +0000
++++ new/configure.in   2003-12-13 00:24:53.000000000 +0000
+@@ -273,11 +273,11 @@
+ AC_SUBST(INITDIR)
+ dnl   Define the DCHUB_TEMPLATEDIR variable
+-DCHUB_TEMPLATEDIR="${datadir}/dchub"
++DCHUB_TEMPLATEDIR="${sysconfdir}/dchub"
+ AC_SUBST(DCHUB_TEMPLATEDIR)
+ dnl   Declare the DCHUB_DBDIR variable
+-DCHUB_DBDIR="/var/db/dchub"
++DCHUB_DBDIR="${sysconfdir}/dchub"
+ AC_SUBST(DCHUB_DBDIR)
+ AC_OUTPUT([
This page took 0.111163 seconds and 4 git commands to generate.