summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB Stack <bgstack15@gmail.com>2019-10-15 06:49:03 -0400
committerB Stack <bgstack15@gmail.com>2019-10-15 06:49:03 -0400
commitc0ca4fef8c6756e42f6ad15e7aa44dfcc15ffac0 (patch)
treeff1805906e0578947c8598b6438e881cbad225e7
parentWIP: pm el8 use bundled vorbis (diff)
downloadstackrpms-c0ca4fef8c6756e42f6ad15e7aa44dfcc15ffac0.tar.gz
stackrpms-c0ca4fef8c6756e42f6ad15e7aa44dfcc15ffac0.tar.bz2
stackrpms-c0ca4fef8c6756e42f6ad15e7aa44dfcc15ffac0.zip
WIP: waterfox exclude bookmarks nonsense
-rw-r--r--waterfox/waterfox.spec2
1 files changed, 2 insertions, 0 deletions
diff --git a/waterfox/waterfox.spec b/waterfox/waterfox.spec
index 4df3662..e4f3e39 100644
--- a/waterfox/waterfox.spec
+++ b/waterfox/waterfox.spec
@@ -839,8 +839,10 @@ rm -f objdir/dist/bin/pk12util
pushd $thispwd
%endif
+%if ! 0%{?rhel} >= 8
# set up our default bookmarks
cp -p %{default_bookmarks_file} objdir/dist/bin/browser/chrome/en-US/locale/browser/bookmarks.html
+%endif
# Make sure locale works for langpacks
cat > objdir/dist/bin/browser/defaults/preferences/firefox-l10n.js << EOF
bgstack15