summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-04-17 13:36:49 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-04-17 13:36:49 +0100
commit22578e20843e90b00db3ef630e5cdeb39a076b9e (patch)
tree9f4e252798fecc8fe945a258ba5c08d575030d8f
parent11da21442de4d0723769545fb46a43d4144c2bff (diff)
change function name and adjust to change
-rwxr-xr-xbuild2
-rwxr-xr-xlibvasile-kogaion4
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 () {