Skip to content

Commit

Permalink
Merge pull request scala#95 from yurikoles/kf5-kdoctools
Browse files Browse the repository at this point in the history
Kf5-kdoctools: use Formulary.factory instead of Formula.Factory
  • Loading branch information
haraldF committed Mar 23, 2017
2 parents e03e24c + 3e4203d commit 293347d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kf5-kdoctools.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ def patches
def install
args = std_cmake_args

args << "-DDocBookXML_CURRENTDTD_DIR:PATH=#{Formula.factory('docbook').prefix}/docbook/xml/4.2"
args << "-DDocBookXSL_DIR:PATH=#{Formula.factory('docbook-xsl').prefix}/docbook-xsl"
args << "-DDocBookXML_CURRENTDTD_DIR:PATH=#{Formulary.factory('docbook').prefix}/docbook/xml/4.2"
args << "-DDocBookXSL_DIR:PATH=#{Formulary.factory('docbook-xsl').prefix}/docbook-xsl"

system "cmake", ".", *args
system "make", "install"
Expand Down

0 comments on commit 293347d

Please sign in to comment.