Commit e8d37371 authored by hdt's avatar hdt

libdir fix

parent 2787294d
......@@ -7,7 +7,7 @@ class Proxychains < Package
source_url 'https://github.com/haad/proxychains/archive/proxychains-4.2.0.tar.gz'
source_sha256 '225284e5553fb062d09ed425d2815387eda9c1c0d6e2bc24ea95393a71601619'
def self.build
system "./configure", "--prefix=#{CREW_PREFIX}"
system "./configure", "--prefix=#{CREW_PREFIX}", "--libdir=#{CREW_LIB_PREFIX}"
system "make"
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment