summaryrefslogtreecommitdiff
path: root/palemoon/README.md
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2020-09-16 23:09:34 +0000
committerB Stack <bgstack15@gmail.com>2020-09-16 23:09:34 +0000
commitba853302cb64a1f88388db3cc2b6e39d0d327776 (patch)
tree71a13bbada07e81b32da105e05f05a04443fa802 /palemoon/README.md
parentMerge branch 'waterfox-bump' into 'master' (diff)
parentWIP: add xfce-helper for palemoon (diff)
downloadstackrpms-ba853302cb64a1f88388db3cc2b6e39d0d327776.tar.gz
stackrpms-ba853302cb64a1f88388db3cc2b6e39d0d327776.tar.bz2
stackrpms-ba853302cb64a1f88388db3cc2b6e39d0d327776.zip
Merge branch 'palemoon-bump' into 'master'
Palemoon 28.13.0 See merge request bgstack15/stackrpms!187
Diffstat (limited to 'palemoon/README.md')
-rw-r--r--palemoon/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/palemoon/README.md b/palemoon/README.md
index 500a3b1..13fd5bf 100644
--- a/palemoon/README.md
+++ b/palemoon/README.md
@@ -19,5 +19,9 @@ Credit goes to so many sources and inspirations:
* https://build.opensuse.org/package/view_file/network/palemoon/palemoon.spec?expand=1
* instructions for compiling on centos 6 and 7 http://developer.palemoon.org/Developer_Guide:Build_Instructions/Pale_Moon/Linux#head:CentOS_6
+Fold the debian changelog notes with:
+
+ :'<,'>!fold -w 72 -s | sed -r -e 's/^([^ ])/ \1/'
+
# Differences from upstream
None
bgstack15