Skip to content
This repository has been archived by the owner on Aug 14, 2020. It is now read-only.

Commit

Permalink
stud sources moved to thirdparty/stud/ dir (make @saghul happy).
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jul 11, 2012
1 parent 901c5fb commit 79c34af
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ file "bin/oversip_stud" => "tmp" do
FileUtils.remove_dir "tmp"
end
CLEAN.include("ext/stud/Makefile")
CLEAN.include("ext/stud/mkmf.log")
CLEAN.include("thirdparty/stud/mkmf.log")
CLEAN.include("bin/oversip_stud")


Expand Down
5 changes: 3 additions & 2 deletions ext/stud/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ def sys(cmd)


here = File.expand_path(File.dirname(__FILE__))
stud_tarball = "#{here}/stud.tar.gz"
stud_dir = "#{here}/../../thirdparty/stud/"
stud_tarball = "stud.tar.gz"

Dir.chdir(here) do
Dir.chdir(stud_dir) do
sys("tar -zxf #{stud_tarball}")
Dir.chdir("stud") do
sys("make")
Expand Down
3 changes: 2 additions & 1 deletion oversip.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ Gem::Specification.new do |spec|
ext/websocket_framing_utils/*.c

ext/stud/extconf.rb
ext/stud/stud.tar.gz

thirdparty/stud/stud.tar.gz

etc/*
etc/tls/*
Expand Down
File renamed without changes.

0 comments on commit 79c34af

Please sign in to comment.