Commit 15c58c77 authored by satmandu's avatar satmandu Committed by GitHub

remove extraneous lines

parent aa789fc2
......@@ -56,8 +56,6 @@ class Gtk3 < Package
def self.install
system "DESTDIR=#{CREW_DEST_DIR} ninja -C builddir install"
system "sed -i 's,null,,g' #{CREW_DEST_LIB_PREFIX}/pkgconfig/gtk*.pc"
FileUtils.mkdir_p("#{CREW_DEST_HOME}/.config/gtk-3.0")
File.write("#{CREW_DEST_HOME}/.config/gtk-3.0/settings.ini", @gtk3settings)
end
def self.postinstall
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment