mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +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
|
python_version=3
|
||||||
|
|
||||||
pre_check() {
|
pre_check() {
|
||||||
# Otherwise gtk will treat / as ~
|
# Void sets HOME to /tmp by default
|
||||||
|
# Use $PWD to avoid /tmp evaluating to ~
|
||||||
export HOME="$PWD"
|
export HOME="$PWD"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue