diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-06 10:53:38 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-06 10:53:38 (EST) |
commit | 20a4b06be7a0a0413e805f78bc544629cf092634 (patch) | |
tree | 325d229afbaa0de802cccd86de30f76fe8db55a7 /scripts | |
parent | c7c5c0446c0e57913ea622f0305fbdf2c364ff64 (diff) |
scripts/changelog2news.sh: Change package name.
s/OPK Build Helper Tools/opkhelper/.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/changelog2news.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/changelog2news.sh b/scripts/changelog2news.sh index 2716de3..2f5ab6e 100755 --- a/scripts/changelog2news.sh +++ b/scripts/changelog2news.sh @@ -9,8 +9,9 @@ # notice and this notice are preserved. This file is offered as-is, # without any warranty. -script='s/^\(.*\) (\(.*\))$/OPK Build Helper Tools version \1\n\n' +script='s/^\(.*\) (\(.*\))$/opkhelper version \1\n\n' script="${script}"'Released: \2\n\nChanges in this release:/' -sed "${script}" "${1}" | sed -n '/^OPK /{p; s/./-/gp; n;}; /^OPK /!p' | \ +sed "${script}" "${1}" | \ + sed -n '/^opkhelper /{p; s/./-/gp; n;}; /^opkhelper /!p' | \ grep -v '^ \[' |