pantheon-terminal: remove unnecessary workaround for
meson.add_install_script resolves void-linux/void-packages#2325
This commit is contained in:
parent
1503fda95a
commit
1792004b71
1 changed files with 0 additions and 7 deletions
|
@ -14,10 +14,3 @@ license="LGPL-3.0-only"
|
||||||
homepage="https://github.com/elementary/terminal"
|
homepage="https://github.com/elementary/terminal"
|
||||||
distfiles="https://github.com/elementary/terminal/archive/${version}.tar.gz"
|
distfiles="https://github.com/elementary/terminal/archive/${version}.tar.gz"
|
||||||
checksum=d4c2275fb7c0609bc9e642313751c8ea2f317d8744715683d6d2f86f3513fe81
|
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
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue