fuseki: rubocop tweaks.

This commit is contained in:
Mike McQuaid 2016-10-22 13:33:53 +01:00
parent 4797cd5fe0
commit ae64692d8c

View file

@ -17,7 +17,7 @@ class Fuseki < Formula
# Write the installation path into the wrapper shell script
inreplace "fuseki-server" do |s|
s.gsub!(/export FUSEKI_HOME=.+/,
%(export FUSEKI_HOME="#{libexec}"))
%Q(export FUSEKI_HOME="#{libexec}"))
end
# Install and symlink wrapper binaries into place