From a97509005f4a77698ca943451fc010bb0d726872 Mon Sep 17 00:00:00 2001 From: Ondrej Kozina Date: Mon, 27 Aug 2012 19:44:02 +0200 Subject: [PATCH] - make the toolsbindir variable configurable according to $(libdir) --- tools/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/Makefile.am b/tools/Makefile.am index 0db42e8e..56c53959 100644 --- a/tools/Makefile.am +++ b/tools/Makefile.am @@ -7,7 +7,7 @@ SUBDIRS = utils INCLUDES = -I$(top_srcdir) -toolsbindir = /usr/lib/snapper/bin +toolsbindir = $(libdir)/snapper/bin toolsbin_PROGRAMS = compare-dirs -- 2.47.3