diff options
Diffstat (limited to 'libvasile-kogaion')
-rwxr-xr-x | libvasile-kogaion | 4 |
1 files changed, 2 insertions, 2 deletions
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 () { |