diff options
author | Christopher Aillon <caillon@fedoraproject.org> | 2007-03-20 20:14:33 +0000 |
---|---|---|
committer | Christopher Aillon <caillon@fedoraproject.org> | 2007-03-20 20:14:33 +0000 |
commit | 91b8714c59ec95b961e6b03dca793320079b9481 (patch) | |
tree | 7f597e41d203493687faa97481e70b42e9223ce0 | |
parent | - Default bookmarks no longer live here; use system-bookmarks (diff) | |
download | librewolf-fedora-ff-91b8714c59ec95b961e6b03dca793320079b9481.tar.gz librewolf-fedora-ff-91b8714c59ec95b961e6b03dca793320079b9481.tar.bz2 librewolf-fedora-ff-91b8714c59ec95b961e6b03dca793320079b9481.zip |
bookmarks changes
-rw-r--r-- | firefox.spec | 4 |
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 #--------------------------------------------------------------------- |