File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,10 +114,10 @@ if ! pacman -Qq "${aur_helper_package}" 1> /dev/null 2>&1; then
114114 # Build
115115 sudo -u " ${aur_username} " git clone " https://aur.archlinux.org/${aur_helper_package} .git" " /tmp/${aur_helper_package} "
116116 cd " /tmp/${aur_helper_package} "
117- sudo -u " ${aur_username} " makepkg --ignorearch --clean --cleanbuild --force --skippgpcheck --noconfirm --install -- syncdeps
117+ sudo -u " ${aur_username} " makepkg --ignorearch --clean --cleanbuild --force --skippgpcheck --noconfirm --syncdeps
118118
119119 # Install
120- for _pkg in $( sudo -u " ${aur_username} " makepkg --packagelist) ; do
120+ for _pkg in $( cd " /tmp/ ${aur_helper_package} " ; sudo -u " ${aur_username} " makepkg --packagelist) ; do
121121 pacman " ${pacman_args[@]} " -U " ${_pkg} "
122122 done
123123
You can’t perform that action at this time.
0 commit comments