mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-01-23 02:14:37 +00:00
Makefile.install: rm trailing slash from instdirs
These variables doesn't need to end with a slash. This helps the next patch. travis-ci: success for More polishing for compel cli Signed-off-by: Kir Kolyshkin <kir@openvz.org> Acked-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
This commit is contained in:
parent
6a0ed5e128
commit
27f3ef85c8
1 changed files with 3 additions and 3 deletions
|
|
@ -4,10 +4,10 @@ PREFIX ?= /usr/local
|
|||
BINDIR ?= $(PREFIX)/bin
|
||||
SBINDIR ?= $(PREFIX)/sbin
|
||||
MANDIR ?= $(PREFIX)/share/man
|
||||
SYSTEMDUNITDIR ?= $(PREFIX)/lib/systemd/system/
|
||||
LOGROTATEDIR ?= $(PREFIX)/etc/logrotate.d/
|
||||
SYSTEMDUNITDIR ?= $(PREFIX)/lib/systemd/system
|
||||
LOGROTATEDIR ?= $(PREFIX)/etc/logrotate.d
|
||||
LIBDIR ?= $(PREFIX)/lib
|
||||
INCLUDEDIR ?= $(PREFIX)/include/
|
||||
INCLUDEDIR ?= $(PREFIX)/include
|
||||
LIBEXECDIR ?= $(PREFIX)/libexec
|
||||
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue