[CRIU] [PATCH 08/24] Makefile.install: rm trailing slash from instdirs

Kir Kolyshkin kir at openvz.org
Sat Dec 17 03:22:01 PST 2016


    These variables doesn't need to end with a slash.
    This helps the next patch.

    Signed-off-by: Kir Kolyshkin <kir at openvz.org>
---
 Makefile.install | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Makefile.install b/Makefile.install
index 9e45e0e..b80f94a 100644
--- a/Makefile.install
+++ b/Makefile.install
@@ -5,10 +5,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
 
 #
-- 
2.7.4



More information about the CRIU mailing list