From fb1a64c4cfc1417609a465f739af7bc5ef827bb6 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 3 Mar 2016 19:41:29 -0500 Subject: buildsystem: rename all of the install-* variables to libretools-* --- src/xbs-abs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/xbs-abs') diff --git a/src/xbs-abs/Makefile b/src/xbs-abs/Makefile index 81e1b4f..248848f 100644 --- a/src/xbs-abs/Makefile +++ b/src/xbs-abs/Makefile @@ -4,8 +4,8 @@ pkgconfdir = $(sysconfdir)/xbs pkglibexecdir = $(libexecdir)/xbs _helpers = archrelease commitpkg -install-bins = -install-libexecs = helper-abs +libretools-bins = +libretools-libexecs = helper-abs pots += $(_helpers) devtools-files += $(addsuffix .in,$(_helpers)) am_out_files += $(_helpers) -- cgit v1.2.3-2-g168b