geany: fix pre_check description

This commit is contained in:
oreo639 2024-02-28 16:17:06 -08:00
parent 1c5c956498
commit 5dbc610c49

View file

@ -19,7 +19,8 @@ make_check_pre="xvfb-run"
python_version=3
pre_check() {
# Otherwise gtk will treat / as ~
# Void sets HOME to /tmp by default
# Use $PWD to avoid /tmp evaluating to ~
export HOME="$PWD"
}