[arch-commits] Commit in gstreamer-vaapi/trunk (PKGBUILD)

Jan Steffens heftig at archlinux.org
Sat Sep 12 01:16:55 UTC 2020


    Date: Saturday, September 12, 2020 @ 01:16:55
  Author: heftig
Revision: 395801

make the test progress a bit further

Modified:
  gstreamer-vaapi/trunk/PKGBUILD

----------+
 PKGBUILD |    7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-09-12 01:10:44 UTC (rev 395800)
+++ PKGBUILD	2020-09-12 01:16:55 UTC (rev 395801)
@@ -29,10 +29,13 @@
   meson compile -C build
 }
 
-check() {
+check() (
+  mkdir -p -m 700 "${XDG_RUNTIME_DIR:=$PWD/runtime-dir}"
+  export XDG_RUNTIME_DIR
+
   # Fails without hardware
   meson test -C build --print-errorlogs || :
-}
+)
 
 package() {
   DESTDIR="$pkgdir" meson install -C build



More information about the arch-commits mailing list