fix: makepkg braucht base-devel fuer fakeroot
Auf frischem Arch ist base-devel nicht installiert. makepkg -si schlaegt fehl: 'fakeroot' not found. Fix: sudo pacman -S base-devel vor dem ersten makepkg.
This commit is contained in:
@@ -276,6 +276,7 @@ install_aur_helper() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
command -v git >/dev/null 2>&1 || sudo_run pacman -S --needed --noconfirm git
|
command -v git >/dev/null 2>&1 || sudo_run pacman -S --needed --noconfirm git
|
||||||
|
sudo_run pacman -S --needed --noconfirm base-devel
|
||||||
|
|
||||||
local build_dir
|
local build_dir
|
||||||
build_dir="$(mktemp -d)"
|
build_dir="$(mktemp -d)"
|
||||||
|
|||||||
Reference in New Issue
Block a user