diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-08 13:11:18 -0500 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2012-12-09 14:20:48 -0500 |
commit | 1ba64c22602bdf5c53565083c13c67a4583e32ff (patch) | |
tree | 512eeee2cc4c974119c17ddcfbc13ca0e1d9c122 /Makefile | |
parent | d3486f6c1aa38be431f865e406e4cddd69d88d59 (diff) |
Add /usr/share/libretools/conf.sh, use /etc/libretools.d/chroot.conf
Use it for librechroot, libremakepkg, libremkchroot
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -16,12 +16,12 @@ docdir=$(datarootdir)/doc ################################################################################ # these are directories -pseudo-packages=abslibre-tools chroot-tools fullpkg mips64el-tools pr-tools toru +pseudo-packages=abslibre-tools chroot-tools fullpkg lib mips64el-tools pr-tools toru # these are the resulting packages packages=libretools libretools-pr libretools-mips64el # and which directories they contains -libretools=abslibre-tools chroot-tools fullpkg toru misc +libretools=abslibre-tools lib chroot-tools fullpkg toru misc libretools-pr=pr-tools libretools-mips64el=mips64el-tools |