diff --git a/build/root/install.sh b/build/root/install.sh index d821edd..c1c769b 100644 --- a/build/root/install.sh +++ b/build/root/install.sh @@ -57,6 +57,12 @@ aur_packages="" # call aur install script (arch user repo) source aur.sh +# custom +#### + +# strip out restriction to not allow make as user root, used during make of aur helper +sed -i -e 's~exit $E_ROOT~~g' "/usr/bin/makepkg" + # container perms ####