Makefile: update default target locations
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
4
Makefile
4
Makefile
@@ -20,12 +20,12 @@ PKGNAME = dsnap-sync
|
||||
PREFIX ?= /usr
|
||||
SNAPPER_CONFIG ?= /etc/default/snapper
|
||||
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
|
||||
ETC_DIR = $(DESTDIR)/etc
|
||||
SYSTEMD_DIR = $(DESTDIR)$(PREFIX)/lib/systemd/system
|
||||
DOC_DIR = $(DESTDIR)$(PREFIX)/share/doc/$(PKGNAME)
|
||||
DOC_DIR = $(DESTDIR)$(PREFIX)/share/doc/dsnap-sync
|
||||
|
||||
.PHONY: install
|
||||
|
||||
|
||||
Reference in New Issue
Block a user