From 27f3ef85c876947242126161abc43e204605e225 Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Sat, 17 Dec 2016 03:22:01 -0800 Subject: [PATCH] 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 Acked-by: Cyrill Gorcunov Signed-off-by: Pavel Emelyanov --- Makefile.install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.install b/Makefile.install index 58c0fcca3..b3337e640 100644 --- a/Makefile.install +++ b/Makefile.install @@ -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 #