diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-03-03 19:41:29 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-03-03 19:41:29 -0500 |
commit | fb1a64c4cfc1417609a465f739af7bc5ef827bb6 (patch) | |
tree | cbce5bc51d2e31492eade0b6cea8bdc755468b48 /src/xbs-abs | |
parent | 781bb2eabda743511aa0280222ba3c6bab47e916 (diff) |
buildsystem: rename all of the install-* variables to libretools-*
Diffstat (limited to 'src/xbs-abs')
-rw-r--r-- | src/xbs-abs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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) |