• R/O
  • HTTP
  • SSH
  • HTTPS

alterlinux: Commit

GitHubのミラーです
https://github.com/FascodeNet/alterlinux


Commit MetaInfo

Révision5653155794ec7b53d57ceec524c9d6d42c3930b3 (tree)
l'heure2021-11-22 22:29:48
Auteurhayao <hayao@fasc...>
Commiterhayao

Message de Log

[fix] : Do not install with makepkg

Change Summary

Modification

--- a/system/aur.sh
+++ b/system/aur.sh
@@ -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
Afficher sur ancien navigateur de dépôt.