Commit 78eba2a8 authored by hdt's avatar hdt

config fix

parent e8d37371
......@@ -13,5 +13,9 @@ class Proxychains < Package
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
system "install -Dm644 src/proxychains.conf #{CREW_DEST_PREFIX}/$HOME/.proxychains/proxychains.conf"
system "install -Dm644 src/proxychains.conf #{CREW_DEST_PREFIX}/etc/proxychains.conf"
system "mkdir -p HOME/.proxychains && cp src/proxychains.conf $HOME/.proxychains"
system "install -Dm755 src/proxyresolv #{CREW_DEST_PREFIX}/bin/proxyresolv"
end
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