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

Jan Steffens heftig at archlinux.org
Wed Sep 5 08:48:47 UTC 2018


    Date: Wednesday, September 5, 2018 @ 08:48:47
  Author: heftig
Revision: 333429

minor

Modified:
  libdrm/trunk/PKGBUILD	(contents, properties)

----------+
 PKGBUILD |    6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2018-09-05 08:32:13 UTC (rev 333428)
+++ PKGBUILD	2018-09-05 08:48:47 UTC (rev 333429)
@@ -1,4 +1,3 @@
-# $Id$
 # Maintainer: Jan de Groot <jgc at archlinux.org>
 
 pkgname=libdrm
@@ -57,11 +56,10 @@
 }
 
 check() {
-  cd build
-  meson test
+  meson test -C build
 }
 
 package() {
-  DESTDIR="$pkgdir" ninja -C build install
+  DESTDIR="$pkgdir" meson install -C build
   install -Dt "$pkgdir/usr/share/licenses/$pkgname" -m644 COPYING
 }


Property changes on: libdrm/trunk/PKGBUILD
___________________________________________________________________
Deleted: svn:keywords
## -1 +0,0 ##
-Id
\ No newline at end of property



More information about the arch-commits mailing list