geany: fix pre_check description
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user