diff options
author | V3n3RiX <venerix@rogentos.ro> | 2015-08-30 09:15:08 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2015-08-30 09:15:08 +0100 |
commit | 34ba1e37e44f7b7af2f1243dc9dc75a6a9c6ecdb (patch) | |
tree | f5c7a663f9d7cc0b64313af4ffaac372904a5682 /build64 | |
parent | 2821833d2e292ba86d7a4da4a43453f503ff9569 (diff) |
move last variables into libvasile
Diffstat (limited to 'build64')
-rwxr-xr-x | build64 | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -117,12 +117,10 @@ envkogaionoverlays() { envkogaionbuildsystem() { # inject our buildsystem into squashfs + overlayfs chroot - export local envkogaionmakeconf="ln -sf /opt/build/conf/intel/portage/make.conf.amd64 /etc/portage/make.conf" - export local envkogaionprofile="eselect profile set 1" echo "Injecting Kogaion Linux X86_64 Buildsystem && Setting up Portage && Setting up make.conf" echo "" sleep 1 - for cmd in "$envkogaionbuildgit" "$envkogaionportageconfig" "$envkogaionmakeconf" "$envkogaionprofile" "$envkogaionenvupdate" ; do + for cmd in "$envkogaionbuildgit" "$envkogaionportageconfig" "$envkogaionmakeconfx64" "$envkogaionprofile" "$envkogaionenvupdate" ; do chroot "$overlaydir" su - "$envkogaionuser" -c "$cmd" done } |