diff options
-rwxr-xr-x | build | 2 | ||||
-rwxr-xr-x | libvasile-kogaion | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 () { |