Makefile: update default target locations

Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
2018-08-25 19:09:57 +02:00
parent 86b3873651
commit de73cefdd6

View File

@@ -20,12 +20,12 @@ PKGNAME = dsnap-sync
PREFIX ?= /usr PREFIX ?= /usr
SNAPPER_CONFIG ?= /etc/default/snapper SNAPPER_CONFIG ?= /etc/default/snapper
SNAPPER_TEMPLATES ?= /etc/snapper/config-templates SNAPPER_TEMPLATES ?= /etc/snapper/config-templates
DSNAP_SYNC_EXAMPLES = /usr/share/doc/dsnap-sync DSNAP_SYNC_EXAMPLES = usr/share/doc/dsnap-sync
BIN_DIR = $(DESTDIR)$(PREFIX)/bin BIN_DIR = $(DESTDIR)$(PREFIX)/bin
ETC_DIR = $(DESTDIR)/etc ETC_DIR = $(DESTDIR)/etc
SYSTEMD_DIR = $(DESTDIR)$(PREFIX)/lib/systemd/system SYSTEMD_DIR = $(DESTDIR)$(PREFIX)/lib/systemd/system
DOC_DIR = $(DESTDIR)$(PREFIX)/share/doc/$(PKGNAME) DOC_DIR = $(DESTDIR)$(PREFIX)/share/doc/dsnap-sync
.PHONY: install .PHONY: install