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() {

Reply via email to