Skip to content

Commit

Permalink
ruby2.7: fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
noptrix committed Feb 25, 2025
1 parent 0795cb0 commit 7da731d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ruby2.7/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ prepare() {
rm -rf ext/openssl test/openssl

mv "../openssl-$_osslver/ext/openssl" ext
mv "../openssl-$_osslver/lib"xt/openssl
mv "../openssl-$_osslver/lib" ext/openssl
mv "../openssl-$_osslver/"{History.md,openssl.gemspec} ext/openssl
mv "../openssl-$_osslver/test/openssl" test
}
Expand Down

0 comments on commit 7da731d

Please sign in to comment.