diff options
Diffstat (limited to 'libvasile')
-rwxr-xr-x | libvasile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -214,7 +214,7 @@ chrootbuildsystemx86() { chrootbuildx86 () { echo "" - echo "x64 Environment is UP && RUNNING ... building targets" + echo "x86 Environment is UP && RUNNING ... building targets" sleep 1 chroot "$overlaydir" su - "$chrootuser" -c "$chrootbuildtarget" } |