summaryrefslogtreecommitdiff
path: root/newmoon/README.md
diff options
context:
space:
mode:
authorB. Stack <bgstack15@gmail.com>2022-01-04 13:18:15 -0500
committerB. Stack <bgstack15@gmail.com>2022-01-04 13:18:15 -0500
commita028421d1c44cc01c595de95878dddf1b4f735a6 (patch)
tree9fe8149388bb43c04b427deabf4893ac528f7520 /newmoon/README.md
parentadd clipboard stuff to prefs.js everywhere (diff)
downloadstackrpms-a028421d1c44cc01c595de95878dddf1b4f735a6.tar.gz
stackrpms-a028421d1c44cc01c595de95878dddf1b4f735a6.tar.bz2
stackrpms-a028421d1c44cc01c595de95878dddf1b4f735a6.zip
nm 29.4.3 rc1
Diffstat (limited to 'newmoon/README.md')
-rw-r--r--newmoon/README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/newmoon/README.md b/newmoon/README.md
index 5553a8b..c011701 100644
--- a/newmoon/README.md
+++ b/newmoon/README.md
@@ -21,5 +21,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:
+
+ :'<,'>!sed -r -e 's/^ */* /;' | fold -w 72 -s | sed -r -e 's/^([^\*])/ \1/;' -e 's/^\*/ */;'
+
# Differences from upstream
diff -aur palemoon newmoon | vi -
bgstack15