Fix the yay path from /opt to $HOME
This commit is contained in:
parent
bd0921acdd
commit
9b8d61ac59
1 changed files with 2 additions and 2 deletions
|
@ -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",
|
||||||
|
|
Loading…
Reference in a new issue