summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRalf Corsépius <corsepiu@fedoraproject.org>2007-09-12 14:52:40 +0200
committerRalf Corsépius <corsepiu@fedoraproject.org>2007-09-12 14:52:40 +0200
commit8a81b4a9af27747cf8687dd5d336f0446fc33f53 (patch)
treeeb1f2037cadfce42a37a4feadc0f5d73611c133c /tests
parentd974ed0136e52ef4c4f7e1ed7fc312f8a2a2345d (diff)
downloadrpm-8a81b4a9af27747cf8687dd5d336f0446fc33f53.tar.gz
rpm-8a81b4a9af27747cf8687dd5d336f0446fc33f53.tar.bz2
rpm-8a81b4a9af27747cf8687dd5d336f0446fc33f53.zip
Adjust BuildRoot.
Diffstat (limited to 'tests')
-rw-r--r--tests/data/SPECS/hello.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/SPECS/hello.spec b/tests/data/SPECS/hello.spec
index 4e727707a..db5b1f233 100644
--- a/tests/data/SPECS/hello.spec
+++ b/tests/data/SPECS/hello.spec
@@ -15,7 +15,7 @@ Provides: hi
Conflicts: goodbye
Obsoletes: howdy
Prefix: /usr
-BuildRoot: /var/tmp/hello-root
+BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
%description
Simple rpm demonstration.