Skip to content

Commit

Permalink
include hack to makepkg
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Jun 1, 2021
1 parent 68d0027 commit d15e8f4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions build/root/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
####

Expand Down

0 comments on commit d15e8f4

Please sign in to comment.