summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2007-03-20 20:14:33 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2007-03-20 20:14:33 +0000
commit91b8714c59ec95b961e6b03dca793320079b9481 (patch)
tree7f597e41d203493687faa97481e70b42e9223ce0
parent- Default bookmarks no longer live here; use system-bookmarks (diff)
downloadlibrewolf-fedora-ff-91b8714c59ec95b961e6b03dca793320079b9481.tar.gz
librewolf-fedora-ff-91b8714c59ec95b961e6b03dca793320079b9481.tar.bz2
librewolf-fedora-ff-91b8714c59ec95b961e6b03dca793320079b9481.zip
bookmarks changes
-rw-r--r--firefox.spec4
1 files changed, 2 insertions, 2 deletions
diff --git a/firefox.spec b/firefox.spec
index b9ae634..291869d 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -96,6 +96,7 @@ BuildRequires: pango-devel
BuildRequires: freetype-devel >= 2.1.9
BuildRequires: libXt-devel
BuildRequires: libXrender-devel
+BuildRequires: system-bookmarks
Requires: nspr >= %{nspr_version}
Requires: nss >= %{nss_version}
@@ -182,8 +183,7 @@ removed in favor of xulrunner-devel.
%endif
# set up our default bookmarks
-%{__rm} -f $RPM_BUILD_DIR/mozilla/profile/defaults/bookmarks.html
-ln -s %{default_bookmarks_file} $RPM_BUILD_DIR/mozilla/profile/defaults/bookmarks.html
+cp %{default_bookmarks_file} $RPM_BUILD_DIR/mozilla/profile/defaults/bookmarks.html
#---------------------------------------------------------------------
bgstack15