Skip to content

Commit 8a66d3d

Browse files
committed
OpenBSD: use symlink for binary alias
1 parent ff784c4 commit 8a66d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/before_install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ openbsd_install() {
7474

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

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

0 commit comments

Comments
 (0)