[arch-commits] Commit in xdg-desktop-portal-kde/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Thu Jul 19 05:56:54 UTC 2018
Date: Thursday, July 19, 2018 @ 05:56:54
Author: arojas
Revision: 329014
Revert syntax changes
Modified:
xdg-desktop-portal-kde/trunk/PKGBUILD
----------+
PKGBUILD | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2018-07-19 03:55:20 UTC (rev 329013)
+++ PKGBUILD 2018-07-19 05:56:54 UTC (rev 329014)
@@ -36,9 +36,10 @@
-DCMAKE_INSTALL_LIBDIR=lib \
-DCMAKE_INSTALL_LIBEXECDIR=lib \
-DBUILD_TESTING=OFF
- cmake --build .
+ make
}
package() {
- DESTDIR="$pkgdir" cmake --build build --target install
+ cd build
+ make DESTDIR="$pkgdir" install
}
More information about the arch-commits
mailing list