aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/botan.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/botan.rb')
-rw-r--r--Library/Formula/botan.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/botan.rb b/Library/Formula/botan.rb
index a68129a27..aaf887d0d 100644
--- a/Library/Formula/botan.rb
+++ b/Library/Formula/botan.rb
@@ -7,7 +7,7 @@ class Botan <Formula
def install
inreplace 'src/build-data/makefile/unix_shr.in' do |s|
- s.change_make_var! 'SONAME', "#{lib}" + '/$(LIBNAME)-$(SO_VERSION).%{so_suffix}'
+ s.change_make_var! 'SONAME', "#{lib}/$(LIBNAME)-$(SO_VERSION).%{so_suffix}"
end
system "./configure.py", "--prefix=#{prefix}"