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

Evangelos Foutras foutrelis at archlinux.org
Mon Dec 7 17:25:17 UTC 2015


    Date: Monday, December 7, 2015 @ 18:25:17
  Author: foutrelis
Revision: 253559

Fix patch command

Modified:
  amarok/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2015-12-07 17:18:35 UTC (rev 253558)
+++ PKGBUILD	2015-12-07 17:25:17 UTC (rev 253559)
@@ -31,7 +31,7 @@
   mkdir build
 
   cd ${pkgname}-${pkgver}
-  patch -p1 ../taglib_version_detect.patch
+  patch -Np1 -i ../taglib_version_detect.patch
 }
 
 build() {



More information about the arch-commits mailing list