Skip to content

Commit

Permalink
fix sed for pkg ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
binhex committed May 22, 2020
1 parent 777dec3 commit fe889f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/root/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ curl --connect-timeout 5 --max-time 600 --retry 5 --retry-delay 0 --retry-max-ti
pacman -U '/tmp/coreutils.tar.xz' --noconfirm

# add coreutils to pacman ignore list to prevent it being upgraded
sed -i -e 's~#IgnorePkg =.*~IgnorePkg = coreutils~g' '/etc/pacman.conf'
sed -i -e 's~#IgnorePkg.*~IgnorePkg = coreutils~g' '/etc/pacman.conf'
# /delme once fixed!!

# force re-install of ncurses 6.x with 5.x backwards compatibility (can be removed once all apps have switched over to ncurses 6.x)
Expand Down

0 comments on commit fe889f2

Please sign in to comment.