mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-15 13:46:58 +02:00
geany: fix pre_check description
This commit is contained in:
parent
1c5c956498
commit
5dbc610c49
1 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue