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/chroot-tools | |
parent | 781bb2eabda743511aa0280222ba3c6bab47e916 (diff) |
buildsystem: rename all of the install-* variables to libretools-*
Diffstat (limited to 'src/chroot-tools')
-rw-r--r-- | src/chroot-tools/Makefile | 10 |
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 $< $@ |