BuildLinuxImage.sh: Remove data dir creation

Fixed in c25c1ba4eb.
This commit is contained in:
Zhaofeng Li 2022-12-17 01:30:34 -07:00 committed by Lane.Wei
parent f8a92b2b3f
commit ca00918f85
1 changed files with 0 additions and 2 deletions

View File

@ -41,9 +41,7 @@ export LD_LIBRARY_PATH="\$DIR/bin"
# FIXME: BambuStudio segfault workarounds
# 1) BambuStudio will segfault on systems where locale info is not as expected (i.e. Holo-ISO arch-based distro)
# 2) BambuStudio will segfault with a boost logging error if ~/.config/BambuStudio doesn't exist on first run
export LC_ALL=C
mkdir -p \${HOME}/.config/BambuStudio/ 2> /dev/null
exec "\$DIR/bin/@SLIC3R_APP_CMD@" "\$@"
EOF