Workaround for wrong /tmp permissions after finishing build proccess

This commit is contained in:
Thomas Kaiser
2016-03-03 11:49:23 +01:00
parent f981c2f897
commit c17c0aa912

View File

@@ -322,6 +322,9 @@ else
display_alert "File name" "$CHOOSEN_KERNEL" "info"
fi
# workaround for bug introduced with desktop build -- please remove when fixed
chmod 777 /tmp
end=`date +%s`
runtime=$(((end-start)/60))
display_alert "Runtime" "$runtime min" "info"