summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-06-03 16:37:42 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-06-03 16:37:42 (EDT)
commit977f8625d01234c507f0b5d2f374f6a515358a7c (patch)
tree9943adc840878fd2e9df3e5290f5319a44085d68 /config
parent069f62a9ab8d60c6fb52f6396ebe69d76a6507d0 (diff)
config: Add g flag to sed s command.
Diffstat (limited to 'config')
-rwxr-xr-xconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/config b/config
index cf77a24..82c6fe0 100755
--- a/config
+++ b/config
@@ -34,7 +34,7 @@ configure_build()
# Generate a sed script to edit files.
_ss=
for _name in TARGET_ARCH; do
- _ss="${_ss}s&@PKG_${_name}@&$(eval echo \$\{PKG_${_name}\})&;"
+ _ss="${_ss}s&@PKG_${_name}@&$(eval echo \$\{PKG_${_name}\})&g;"
done
# Write metadata for <pkgbase>-<target> packages.