Fix the yay path from /opt to $HOME

This commit is contained in:
Tobias Reisinger 2020-09-27 00:18:39 +02:00
parent bd0921acdd
commit 9b8d61ac59

View file

@ -1,6 +1,6 @@
{ {
"aururl": "https://aur.archlinux.org", "aururl": "https://aur.archlinux.org",
"buildDir": "/opt/aur-source", "buildDir": "$HOME/.local/share/aur-source",
"editor": "", "editor": "",
"editorflags": "", "editorflags": "",
"makepkgbin": "makepkg", "makepkgbin": "makepkg",
@ -37,4 +37,4 @@
"editmenu": false, "editmenu": false,
"combinedupgrade": false, "combinedupgrade": false,
"useask": false "useask": false
} }