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",
|
||||
"buildDir": "/opt/aur-source",
|
||||
"buildDir": "$HOME/.local/share/aur-source",
|
||||
"editor": "",
|
||||
"editorflags": "",
|
||||
"makepkgbin": "makepkg",
|
||||
|
@ -37,4 +37,4 @@
|
|||
"editmenu": false,
|
||||
"combinedupgrade": false,
|
||||
"useask": false
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue