From d3486f6c1aa38be431f865e406e4cddd69d88d59 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 7 Dec 2012 15:11:10 -0500 Subject: make the Makefile(s)... mortal-friendly I did this by making the assumption that the files in a directory are dividable into 2 groups: those that are executable, and those that aren't, and that all of the files in each group all go in the same folder when installed. These install directories are configurable per source directory with $(libre_execdir) and $(libre_datadir) --- src/chroot-tools/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/chroot-tools/Makefile (limited to 'src/chroot-tools') diff --git a/src/chroot-tools/Makefile b/src/chroot-tools/Makefile new file mode 100644 index 0000000..3ae95ea --- /dev/null +++ b/src/chroot-tools/Makefile @@ -0,0 +1,3 @@ +libre_execdir=$(sbindir) +libre_datadir=$(sysconfdir)/libretools.d +include ../../common.mk -- cgit v1.2.2