Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
nexedi
chromebrew
Commits
be8b499d
Commit
be8b499d
authored
7 years ago
by
Ed Reel
Browse files
Options
Download
Email Patches
Plain Diff
Remove vpnc-script install lines
parent
0efaf7f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
packages/vpnc.rb
packages/vpnc.rb
+0
-5
No files found.
packages/vpnc.rb
View file @
be8b499d
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment