diff options
author | B Stack <bgstack15@gmail.com> | 2020-08-19 07:01:44 -0400 |
---|---|---|
committer | B Stack <bgstack15@gmail.com> | 2020-08-19 07:01:44 -0400 |
commit | 5760a1ff755a53e6ba2d1ec0d7e87ce32d0f790f (patch) | |
tree | c06a767e85b2e259e1445ea97a0fe190b7ebe3f3 /newmoon/debian/patches/vendor.patch | |
parent | add MOZ_PKG_SPECIAL=gtk3 (diff) | |
download | stackrpms-5760a1ff755a53e6ba2d1ec0d7e87ce32d0f790f.tar.gz stackrpms-5760a1ff755a53e6ba2d1ec0d7e87ce32d0f790f.tar.bz2 stackrpms-5760a1ff755a53e6ba2d1ec0d7e87ce32d0f790f.zip |
fix a few minor things
Now have the .config/newmoon config dir working!
Also, try to exclude /usr/bin/palemoon which is part of
builtin application install script.
Diffstat (limited to 'newmoon/debian/patches/vendor.patch')
-rw-r--r-- | newmoon/debian/patches/vendor.patch | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/newmoon/debian/patches/vendor.patch b/newmoon/debian/patches/vendor.patch new file mode 100644 index 0000000..10e2cb7 --- /dev/null +++ b/newmoon/debian/patches/vendor.patch @@ -0,0 +1,17 @@ +Date: 2020-08-18 +Purpose: Use .config/newmoon as the directory for the application contents +diff -Naur palemoon/app/application.ini palemoon/app/application.ini.new +--- Pale-Moon/palemoon/app/application.ini 2020-07-30 06:09:43.000000000 -0400 ++++ Pale-Moon/palemoon/app/application.ini.new 2020-08-18 19:28:30.840797999 -0400 +@@ -20,9 +20,9 @@ + + [App] + # Vendor=@MOZ_APP_VENDOR@ +-Vendor=Moonchild Productions ++Vendor=Config + # Name=@MOZ_APP_BASENAME@ +-Name=Pale Moon ++Name=newmoon + RemotingName=@MOZ_APP_REMOTINGNAME@ + #ifdef MOZ_APP_DISPLAYNAME + CodeName=@MOZ_APP_DISPLAYNAME@ |