summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
authorDavid P <megver83@parabola.nu>2021-07-09 00:54:23 -0400
committerDavid P <megver83@parabola.nu>2021-07-09 01:18:24 -0400
commite51206cf3223baaca3a108f1215b98bcab0afdea (patch)
tree019e5aadaa3e9daf44584a203fde04aa7824ca1b /src/lib
parent0e6f16fd96f89b675f7748bbd21a70f6796c45e8 (diff)
initial arch-nspawn replacement with chroot-run
Signed-off-by: David P <megver83@parabola.nu>
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/Makefile b/src/lib/Makefile
index 1871e19..7f23b32 100644
--- a/src/lib/Makefile
+++ b/src/lib/Makefile
@@ -3,8 +3,8 @@ include $(topsrcdir)/build-aux/Makefile.head.mk
libretools.pkg = librelib
-libretools.src.devtools = common.sh.in archroot.sh.in
-libretools.out.libs += common.sh archroot.sh conf.sh
+libretools.src.devtools = common.sh.in archroot.sh.in mount.sh.in
+libretools.out.libs += common.sh archroot.sh mount.sh conf.sh
# Build ##############################################################