look for config files in standard location on installation

This commit is contained in:
James Barnett
2017-06-03 20:22:59 -04:00
parent c4654b8859
commit 0dd0300a23
4 changed files with 19 additions and 16 deletions

View File

@@ -22,21 +22,8 @@ snapper is required.
## Installation
Run:
# make install
By default it will look for the snapper configuration file at
`/etc/sysconfig/snapper`. To change this pass `SNAPPER_CONFIG` to make
with the location of the configuration file. For example, with Ubuntu
you will want to install:
# make SNAPPER_CONFIG=/etc/default/snapper install
For Arch Linux it would be:
# make SNAPPER_CONFIG=/etc/conf.d/snapper install
The package is available in the [AUR](https://aur.archlinux.org/packages/snap-sync/).
## Options