diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-04-17 13:36:49 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-04-17 13:36:49 +0100 |
commit | 22578e20843e90b00db3ef630e5cdeb39a076b9e (patch) | |
tree | 9f4e252798fecc8fe945a258ba5c08d575030d8f /libvasile-kogaion | |
parent | 11da21442de4d0723769545fb46a43d4144c2bff (diff) |
change function name and adjust to change
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 () { |