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

Levente Polyak anthraxx at archlinux.org
Sat Apr 25 16:26:31 UTC 2020


    Date: Saturday, April 25, 2020 @ 16:26:31
  Author: anthraxx
Revision: 620960

sed command cleanup

Modified:
  bettercap/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2020-04-25 16:23:57 UTC (rev 620959)
+++ PKGBUILD	2020-04-25 16:26:31 UTC (rev 620960)
@@ -18,7 +18,7 @@
 
 prepare() {
   cd ${pkgname}-${pkgver}
-  find . -type f -exec sed -i'' 's|/usr/local|/usr|g' {} +
+  find . -type f -exec sed 's|/usr/local|/usr|g' -i {} +
 }
 
 build() {



More information about the arch-commits mailing list