From f294e79dac12ead659af48f461c022eefba3fb2a Mon Sep 17 00:00:00 2001 From: Stefan Huber Date: Mon, 21 May 2012 09:36:03 +0200 Subject: [PATCH] makefile: write sample conf to /usr/share/shbackup/ --- Makefile | 3 +-- shbackup | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 0a85db1..408a6ad 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,8 @@ PREFIX=/usr # Where the script binary should go BINPATH = $(PREFIX)/bin -# Where the manpage should go MANPATH = $(PREFIX)/share/man -CONFFILE = /etc/shbackup.conf +CONFFILE = $(PREFIX)/share/shbackup.conf.sample ###################################################################### diff --git a/shbackup b/shbackup index f8f8c26..c74cd2b 100755 --- a/shbackup +++ b/shbackup @@ -172,7 +172,7 @@ class Config: def __init__(self): self.backupdir = None - self.format = self.formats[0] + self.format = self.formats[1] self.tarbin = "/bin/tar" self.excludes = [] self.sets = [] -- 2.30.2