[arch-commits] Commit in accounts-qml-module/trunk (PKGBUILD)

Antonio Rojas arojas at archlinux.org
Mon Sep 16 15:38:06 UTC 2019


    Date: Monday, September 16, 2019 @ 15:38:05
  Author: arojas
Revision: 362951

Remove stupid -Werror (FS#63786)

Modified:
  accounts-qml-module/trunk/PKGBUILD

----------+
 PKGBUILD |    1 +
 1 file changed, 1 insertion(+)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-16 15:13:09 UTC (rev 362950)
+++ PKGBUILD	2019-09-16 15:38:05 UTC (rev 362951)
@@ -14,6 +14,7 @@
 
 prepare() {
   mkdir -p build
+  sed -e 's/-Werror//' -i $pkgname-*/common-project-config.pri
 }
 
 build() {



More information about the arch-commits mailing list