projects
/
feisty_meow.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
743bee5
)
fix for broken sed edit
author
Chris Koeritz
<fred@gruntose.com>
Sat, 4 Jun 2022 12:02:37 +0000
(08:02 -0400)
committer
Chris Koeritz
<fred@gruntose.com>
Sat, 4 Jun 2022 12:02:37 +0000
(08:02 -0400)
was editing wrong file. argh.
scripts/generator/produce_feisty_meow.sh
patch
|
blob
|
history
diff --git
a/scripts/generator/produce_feisty_meow.sh
b/scripts/generator/produce_feisty_meow.sh
index 007bee3f0075b8996c37b9b20a7a0f3f85733c6e..712713715f94fdbcbd33ea283ddaa601aeeebeaf 100644
(file)
--- 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"