appease rubygems

This commit is contained in:
John Bintz 2011-09-01 08:36:11 -04:00
parent 0c368ec9f2
commit bd8fa3e536
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,5 @@
build:
true
install:
true

View File

@ -7,3 +7,4 @@ require 'qt/qmake'
system %{make clean} system %{make clean}
Qt::Qmake.make!('jasmine-headless-webkit', 'specrunner.pro') Qt::Qmake.make!('jasmine-headless-webkit', 'specrunner.pro')
FileUtils.cp File.expand_path('../Makefile.dummy', __FILE__), File.expand_path('../Makefile', __FILE__)