aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/Makefile.am1
-rw-r--r--etc/Makefile.in5
-rw-r--r--etc/backupninja.conf.in3
3 files changed, 7 insertions, 2 deletions
diff --git a/etc/Makefile.am b/etc/Makefile.am
index ed3ce94..31a3e13 100644
--- a/etc/Makefile.am
+++ b/etc/Makefile.am
@@ -14,6 +14,7 @@ edit = sed \
-e "s,@sysconfdir\@,$(sysconfdir),g" \
-e "s,@localstatedir\@,$(localstatedir),g" \
-e "s,@pkgdatadir\@,$(pkgdatadir),g" \
+ -e "s,@pkglibdir\@,$(pkglibdir),g" \
-e "s,@sbindir\@,$(sbindir),g" \
-e "s,@exec_prefix\@,$(exec_prefix),g" \
-e "s,@prefix\@,$(prefix),g"
diff --git a/etc/Makefile.in b/etc/Makefile.in
index 4a9f9bf..449f533 100644
--- a/etc/Makefile.in
+++ b/etc/Makefile.in
@@ -1,8 +1,8 @@
-# Makefile.in generated by automake 1.9.2 from Makefile.am.
+# Makefile.in generated by automake 1.9.5 from Makefile.am.
# @configure_input@
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
-# 2003, 2004 Free Software Foundation, Inc.
+# 2003, 2004, 2005 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.
@@ -122,6 +122,7 @@ edit = sed \
-e "s,@sysconfdir\@,$(sysconfdir),g" \
-e "s,@localstatedir\@,$(localstatedir),g" \
-e "s,@pkgdatadir\@,$(pkgdatadir),g" \
+ -e "s,@pkglibdir\@,$(pkglibdir),g" \
-e "s,@sbindir\@,$(sbindir),g" \
-e "s,@exec_prefix\@,$(exec_prefix),g" \
-e "s,@prefix\@,$(prefix),g"
diff --git a/etc/backupninja.conf.in b/etc/backupninja.conf.in
index f64e16f..da2bfa1 100644
--- a/etc/backupninja.conf.in
+++ b/etc/backupninja.conf.in
@@ -38,6 +38,9 @@ configdirectory = @CFGDIR@/backup.d
# where backupninja helper scripts are found
scriptdirectory = @pkgdatadir@
+# where backupninja libs are found
+libdirectory = @pkglibdir@
+
# whether to use colors in the log file
usecolors = yes