audacious-4.1-stow.diff
audacious-4.1/src/libaudcore/runtime.cc 2021-07-09 06:51:50.605466840 +0200 | ||
---|---|---|
205 | 205 |
/* get path to current executable */ |
206 | 206 |
StringBuf to = get_path_to_self(); |
207 | 207 | |
208 |
if (!to)
|
|
208 |
if ((!to) || strstr(to, "/stow/") || strstr(to, "/graft/"))
|
|
209 | 209 |
{ |
210 | 210 |
set_default_paths(); |
211 | 211 |
return; |