From 1792004b718565e935e0cd186607afd7b7cc55f6 Mon Sep 17 00:00:00 2001 From: maxice8 Date: Sun, 2 Sep 2018 16:31:37 -0300 Subject: [PATCH] pantheon-terminal: remove unnecessary workaround for meson.add_install_script resolves void-linux/void-packages#2325 --- srcpkgs/pantheon-terminal/template | 7 ------- 1 file changed, 7 deletions(-) diff --git a/srcpkgs/pantheon-terminal/template b/srcpkgs/pantheon-terminal/template index 146f10075e1..0265bca3330 100644 --- a/srcpkgs/pantheon-terminal/template +++ b/srcpkgs/pantheon-terminal/template @@ -14,10 +14,3 @@ license="LGPL-3.0-only" homepage="https://github.com/elementary/terminal" distfiles="https://github.com/elementary/terminal/archive/${version}.tar.gz" checksum=d4c2275fb7c0609bc9e642313751c8ea2f317d8744715683d6d2f86f3513fe81 - -pre_configure() { - # Remove post-install script that run glib-compile-schemas - # we do this with a trigger - rm -rf meson - sed -i '/meson.add_install_script/d' meson.build -}