summaryrefslogtreecommitdiff
path: root/palemoon
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2021-05-27 15:13:22 +0000
committerB. Stack <bgstack15@gmail.com>2021-05-27 15:13:22 +0000
commit1ae92b85815765375cf628a3bf56a8b219c2b672 (patch)
treebe2c2cfe517263c222b08967a34f30eac6f700d1 /palemoon
parentMerge branch 'freefilesync-bump' into 'master' (diff)
parentirfanview 4.58 rc1 (diff)
downloadstackrpms-1ae92b85815765375cf628a3bf56a8b219c2b672.tar.gz
stackrpms-1ae92b85815765375cf628a3bf56a8b219c2b672.tar.bz2
stackrpms-1ae92b85815765375cf628a3bf56a8b219c2b672.zip
Merge branch 'irfanview-bump' into 'master'
irfanview 4.58 See merge request bgstack15/stackrpms!238
Diffstat (limited to 'palemoon')
-rw-r--r--palemoon/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/palemoon/README.md b/palemoon/README.md
index 13fd5bf..1635ba9 100644
--- a/palemoon/README.md
+++ b/palemoon/README.md
@@ -21,7 +21,7 @@ Credit goes to so many sources and inspirations:
Fold the debian changelog notes with:
- :'<,'>!fold -w 72 -s | sed -r -e 's/^([^ ])/ \1/'
+ :'<,'>!sed -r -e 's/^ */* /;' | fold -w 72 -s | sed -r -e 's/^([^\*])/ \1/;' -e 's/^\*/ */;'
# Differences from upstream
None
bgstack15