aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorRasmus Thomsen <oss@cogitri.dev>2019-10-10 15:42:39 +0200
committerRasmus Thomsen <oss@cogitri.dev>2019-10-10 15:42:39 +0200
commit7d7cc2d8e9e01e85d66547a08d3e7db1a978c7bd (patch)
treeb7e1b95dd463ba8dc6308f633b549436868e3f8d /community
parent9c364507566e248ae4030b568471036915137219 (diff)
downloadaports-7d7cc2d8e9e01e85d66547a08d3e7db1a978c7bd.tar.bz2
aports-7d7cc2d8e9e01e85d66547a08d3e7db1a978c7bd.tar.xz
community/mutter: also remove 2nd test dir from build
That one loops too.
Diffstat (limited to 'community')
-rw-r--r--community/mutter/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mutter/APKBUILD b/community/mutter/APKBUILD
index 4622ef9b9d..2c5991bb88 100644
--- a/community/mutter/APKBUILD
+++ b/community/mutter/APKBUILD
@@ -22,9 +22,9 @@ source="https://download.gnome.org/sources/mutter/${pkgver%.*}/mutter-$pkgver.ta
prepare() {
default_prepare
- # disable unit test subdir, causes looping on builders and we don't run
+ # disable test subdirs, causes looping on builders and we don't run
# tests anyway
- sed '/unit/d' -i cogl/tests/meson.build
+ sed -e '/subdir/d' -i cogl/tests/meson.build
}
build() {