From ccb6c1d19f1866f7e670f6b7efe404bb09a0c52b Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 19 Feb 2017 03:07:14 -0500 Subject: Update for new devtools version --- src/chroot-tools/libremakepkg | 4 ++-- src/lib/.gitignore | 2 ++ src/lib/Makefile | 4 ++-- 3 files changed, 6 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/chroot-tools/libremakepkg b/src/chroot-tools/libremakepkg index 7f0acfd..81764af 100755 --- a/src/chroot-tools/libremakepkg +++ b/src/chroot-tools/libremakepkg @@ -252,8 +252,8 @@ main() { "Waiting for existing lock on build directory to be released" else librechroot_flags+=( - -r "$PWD:/startdir_host" - -r "$SRCDEST:/srcdest_host" + -w "$PWD:/startdir" + -w "$SRCDEST:/srcdest" -n "$CHROOT" -l "$copy" ) diff --git a/src/lib/.gitignore b/src/lib/.gitignore index 650c85f..ec4ff7a 100644 --- a/src/lib/.gitignore +++ b/src/lib/.gitignore @@ -1,3 +1,5 @@ common.sh common.sh.in +archroot.sh +archroot.sh.in conf.sh diff --git a/src/lib/Makefile b/src/lib/Makefile index 7c573de..900623d 100644 --- a/src/lib/Makefile +++ b/src/lib/Makefile @@ -1,8 +1,8 @@ include $(dir $(lastword $(MAKEFILE_LIST)))/../../config.mk include $(topsrcdir)/build-aux/Makefile.head.mk -libretools.src.devtools = common.sh.in -libretools.out.libs += common.sh conf.sh +libretools.src.devtools = common.sh.in archroot.sh.in +libretools.out.libs += common.sh archroot.sh conf.sh # Build ############################################################## -- cgit v1.2.3-54-g00ecf