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

Antonio Rojas arojas at archlinux.org
Sat Sep 21 08:08:44 UTC 2019


    Date: Saturday, September 21, 2019 @ 08:08:44
  Author: arojas
Revision: 511319

Fix quoting

Modified:
  ratpoints/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2019-09-21 08:08:15 UTC (rev 511318)
+++ PKGBUILD	2019-09-21 08:08:44 UTC (rev 511319)
@@ -15,7 +15,7 @@
 prepare() {
   cd $pkgname-$pkgver
 
-  patch -p0 -i $srcdir/ratpoints-fPIC.patch
+  patch -p0 -i ../ratpoints-fPIC.patch
 }
 
 build() {



More information about the arch-commits mailing list