OBS-URL: https://build.opensuse.org/package/show/science/FreeCAD?expand=0&rev=22
6 lines
207 B
Bash
6 lines
207 B
Bash
#!/bin/sh
|
|
# let Python pick up /usr/lib64/FreeCAD/bin/PySide
|
|
cd /usr/lib64/FreeCAD/bin
|
|
# temporary workaround for a bug somewhere around python3 in Factory leading to memory corruption
|
|
LC_ALL=C ./FreeCAD $@
|