Skip to content

Commit

Permalink
change extension for compiled package
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed Feb 2, 2021
1 parent 0cbdaaa commit 1c834e7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build/root/custom.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,5 @@ sed -r -i -e 's~-march=native\s?~~g' 'PKGBUILD'
# compile package
/usr/bin/makepkg

ls -alR

# install compiled package using pacman
pacman -U ${aur_package}*.tar.xz --noconfirm
pacman -U ${aur_package}*.tar.zst --noconfirm

0 comments on commit 1c834e7

Please sign in to comment.