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

Frederik Schwan freswa at archlinux.org
Fri Aug 28 12:04:06 UTC 2020


    Date: Friday, August 28, 2020 @ 12:04:05
  Author: freswa
Revision: 690632

fix unquoted variables

Modified:
  bs1770gain/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-08-28 12:03:41 UTC (rev 690631)
+++ PKGBUILD	2020-08-28 12:04:05 UTC (rev 690632)
@@ -14,7 +14,7 @@
 
 prepare() {
     cd ${pkgname}-${pkgver}
-    patch -Np1 -i ${srcdir}/remove-inappropriate-text.patch
+    patch -Np1 -i "${srcdir}"/remove-inappropriate-text.patch
 }
 
 build() {



More information about the arch-commits mailing list