added makepkg hack
This commit is contained in:
parent
c640f8ac48
commit
20e7efc3fa
1 changed files with 2 additions and 1 deletions
|
@ -11,6 +11,7 @@ yellow=$(tput setaf 3) # ${yellow}
|
|||
|
||||
|
||||
echo "$USER ALL=(ALL) NOPASSWD: ALL" | sudo tee /etc/sudoers.d/99-t
|
||||
sudo sed -i 's/OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug lto !autodeps)/OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !debug !lto !autodeps)/' /etc/makepkg.conf
|
||||
|
||||
# Installing packages
|
||||
|
||||
|
|
Loading…
Reference in a new issue