From 086df91f23d1f3486725353ffe1630da8f9c8f5c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 27 Mar 2018 19:44:34 -0400 Subject: Makefile: Use files.groups instead of nested.subdirs to split the package --- src/chroot-tools/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/chroot-tools/Makefile') diff --git a/src/chroot-tools/Makefile b/src/chroot-tools/Makefile index 412ebb5..de79819 100644 --- a/src/chroot-tools/Makefile +++ b/src/chroot-tools/Makefile @@ -9,7 +9,7 @@ libretools.out.bins = librechroot libremakepkg libretools.out.libexecs = arch-nspawn chcleanup distcc-tool indent mkarchroot libretools.out.libs = $(libretools.src.sh) makechrootpkg.sh files.out.int += chcleanup.lib -files.sys.all += $(bindir)/chcleanup # not in libretools.out.bins because explicit rule +files.sys.libretools += $(bindir)/chcleanup # not in libretools.out.bins because explicit rule $(srcdir)/makechrootpkg.sh.in: $(srcdir)/makechrootpkg.in sed -e '1s^.*^#!/hint/bash -euE^' -e '/^\s*main "$$@"\s*$$/d' < $< > $@ -- cgit v1.2.2