X-Git-Url: https://git.sthu.org/?p=sitarba.git;a=blobdiff_plain;f=Makefile;fp=Makefile;h=408a6adf29c846311fddbfa2e2ded1e4abc1989e;hp=0a85db15139480a138593191966b44931b7119b0;hb=f294e79dac12ead659af48f461c022eefba3fb2a;hpb=52109733736bd4bc080330f10f33c47cf7a81c4d 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 ######################################################################