Skip to content

replace

daniel edited this page May 12, 2021 · 13 revisions

/bootstrap-plugins/replace - replace string in file (sed pattern "s/.../g")

Config parameters

Name Description Default Value
RPI_REPLACE_FILE file to search & replace pattern in
RPI_REPLACE_PATTERN sed pattern to match (and replace)

Distfiles

none

Examples

RPI_BOOTSTRAP_PLUGINS+=("replace") to append the plugin or RPI_BOOTSTRAP_PLUGINS=( ... "replace" ... ) to place at some position in the current list.

No examples, yet.

Clone this wiki locally