From: Chris Koeritz <fred@gruntose.com>
Date: Sat, 4 Jun 2022 12:02:37 +0000 (-0400)
Subject: fix for broken sed edit
X-Git-Tag: 2.140.136^2~44
X-Git-Url: https://feistymeow.org/gitweb/?a=commitdiff_plain;h=6be37d77a676e088a98e1b9cf8001c50db9994c8;p=feisty_meow.git

fix for broken sed edit

was editing wrong file.  argh.
---

diff --git a/scripts/generator/produce_feisty_meow.sh b/scripts/generator/produce_feisty_meow.sh
index 007bee3f..71271371 100644
--- a/scripts/generator/produce_feisty_meow.sh
+++ b/scripts/generator/produce_feisty_meow.sh
@@ -103,7 +103,7 @@ echo "processed root is now: '$found_root'"
     # edit the entry in place to correct the default path.
     sed -i \
         -e "s% *#define FEISTY_MEOW_VIRTUAL_UNIX_ROOT \".*$%#define FEISTY_MEOW_VIRTUAL_UNIX_ROOT \"$found_root\"%" \
-        "$CLAM_BINARIES/paths.ini" 
+        "$FEISTY_MEOW_BINARIES/system_helper.h"
     exit_on_error "updating system_helper header in $FEISTY_MEOW_BINARIES"
 echo "system helper file now has:"
 cat "$FEISTY_MEOW_BINARIES/system_helper.h"