From 22578e20843e90b00db3ef630e5cdeb39a076b9e Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 17 Apr 2016 13:36:49 +0100 Subject: change function name and adjust to change --- build | 2 +- libvasile-kogaion | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build b/build index 58a6b82..5efb9b9 100755 --- a/build +++ b/build @@ -29,7 +29,7 @@ chrootpreparex64 () { main () { chrootchecksumx64 chrootpreparex64 - chroottreex64 + chrootdevtreex64 chrootoverlaysx64 chrootbuildsystemx64 chrootbuildx64 diff --git a/libvasile-kogaion b/libvasile-kogaion index 11c3af5..d075bc8 100755 --- a/libvasile-kogaion +++ b/libvasile-kogaion @@ -78,10 +78,10 @@ chrootstartx64 () { mount -t tmpfs -o nosuid,nodev,noexec none "$overlaydir"/tmp } -chroottreex64 () { +chrootdevtreex64 () { echo "injecting full portage tree into build environment" sleep 1 - chroot "$overlaydir" su - "$chrootuser" -c "$chroottree" + chroot "$overlaydir" su - "$chrootuser" -c "$chrootdevtree" } chrootoverlaysx64 () { -- cgit v1.2.3