summaryrefslogtreecommitdiff
path: root/src/chroot-tools
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@sbcglobal.net>2016-03-03 19:41:29 -0500
committerLuke Shumaker <lukeshu@sbcglobal.net>2016-03-03 19:41:29 -0500
commitfb1a64c4cfc1417609a465f739af7bc5ef827bb6 (patch)
treecbce5bc51d2e31492eade0b6cea8bdc755468b48 /src/chroot-tools
parent781bb2eabda743511aa0280222ba3c6bab47e916 (diff)
buildsystem: rename all of the install-* variables to libretools-*
Diffstat (limited to 'src/chroot-tools')
-rw-r--r--src/chroot-tools/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/chroot-tools/Makefile b/src/chroot-tools/Makefile
index a11e69c..48a1631 100644
--- a/src/chroot-tools/Makefile
+++ b/src/chroot-tools/Makefile
@@ -2,11 +2,11 @@ include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk
include $(topsrcdir)/automake.head.mk
pkglibexecdir = $(libexecdir)/libretools/chroot
-install-bins = chcleanup librechroot libremakepkg
-install-libexecs += arch-nspawn chcleanup distcc-tool indent mkarchroot
-install-libs += makechrootpkg.sh
-devtools-files = makechrootpkg.sh.in mkarchroot.in arch-nspawn.in
-am_clean_files += chcleanup.lib
+libretools-bins = chcleanup librechroot libremakepkg
+libretools-libexecs += arch-nspawn chcleanup distcc-tool indent mkarchroot
+libretools-libs += makechrootpkg.sh
+devtools-files = makechrootpkg.sh.in mkarchroot.in arch-nspawn.in
+am_clean_files += chcleanup.lib
$(srcdir)/makechrootpkg.sh.in: $(srcdir)/%.sh.in: $(devtoolsdir)/%.in
cp $< $@