makefile: write sample conf to /usr/share/shbackup/
[sitarba.git] / Makefile
index 0a85db15139480a138593191966b44931b7119b0..408a6adf29c846311fddbfa2e2ded1e4abc1989e 100644 (file)
--- 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
 
 ######################################################################