summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Aillon <caillon@fedoraproject.org>2008-03-15 17:16:30 +0000
committerChristopher Aillon <caillon@fedoraproject.org>2008-03-15 17:16:30 +0000
commit26e43ad6500e6671631b5dc928bc69fa1a9f44a1 (patch)
treecc078a35bb4810abfe29491b4fe10a6dc7993062
parent- Update to latest trunk (2008-03-12) (diff)
downloadlibrewolf-fedora-ff-26e43ad6500e6671631b5dc928bc69fa1a9f44a1.tar.gz
librewolf-fedora-ff-26e43ad6500e6671631b5dc928bc69fa1a9f44a1.tar.bz2
librewolf-fedora-ff-26e43ad6500e6671631b5dc928bc69fa1a9f44a1.zip
Use the BuildRoot du jour
-rw-r--r--firefox.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/firefox.spec b/firefox.spec
index 34a377b..1032c30 100644
--- a/firefox.spec
+++ b/firefox.spec
@@ -55,7 +55,7 @@ Patch43: firefox-2.0-getstartpage.patch
# ---------------------------------------------------
-BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
+BuildRoot: %(mktemp -ud %{_tmppath}/%{name}-%{version}-%{release}-XXXXXX)
BuildRequires: libIDL-devel
BuildRequires: desktop-file-utils
BuildRequires: gtk2-devel
bgstack15