Skip to content

Commit

Permalink
OpenBSD: use symlink for binary alias
Browse files Browse the repository at this point in the history
  • Loading branch information
ronaldtse committed Jan 26, 2018
1 parent ff784c4 commit 8a66d3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci/before_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ openbsd_install() {

# Create link to expected gpg binary name and location
rm -f ${GPG21_INSTALL}/bin/gpg
ln /usr/local/bin/gpg2 ${GPG21_INSTALL}/bin/gpg
ln -s /usr/local/bin/gpg2 ${GPG21_INSTALL}/bin/gpg

# Python will be installed as a dependency of gnupg
rm -f /bin/python
Expand Down

0 comments on commit 8a66d3d

Please sign in to comment.