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

Levente Polyak anthraxx at archlinux.org
Sat Apr 25 16:27:00 UTC 2020


    Date: Saturday, April 25, 2020 @ 16:26:59
  Author: anthraxx
Revision: 620961

sed command cleanup

Modified:
  bettercap-caplets/trunk/PKGBUILD

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

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



More information about the arch-commits mailing list