Commit be8b499d authored by Ed Reel's avatar Ed Reel

Remove vpnc-script install lines

parent 0efaf7f5
......@@ -19,10 +19,5 @@ class Vpnc < Package
def self.install
system "make", "DESTDIR=#{CREW_DEST_DIR}", "install"
system "mkdir -p #{CREW_DEST_DIR}#{CREW_PREFIX}/etc/vpnc"
FileUtils.cd("#{CREW_DEST_DIR}#{CREW_PREFIX}/etc/vpnc") do
system "wget http://git.infradead.org/users/dwmw2/vpnc-scripts.git/blob_plain/HEAD:/vpnc-script"
system "chmod +x vpnc-script"
end
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