Skip to content

Commit

Permalink
Fixed fakeroot compilation in post-install hook under ArchLinux.
Browse files Browse the repository at this point in the history
  • Loading branch information
RoliSoft committed Oct 16, 2016
1 parent 4f09d42 commit 83c137a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hook_postinstall_all.sample.sh
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ elif [[ "${PAC}" == 1 ]]; then

${mgr} -Su
pacman-db-upgrade
${mgr} -S ca-certificates-mozilla
${mgr} -S ca-certificates-mozilla gawk
fi

# fix locale warnings
Expand Down

0 comments on commit 83c137a

Please sign in to comment.