summaryrefslogtreecommitdiff
path: root/macros.in
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2007-10-11 11:17:48 +0300
committerPanu Matilainen <pmatilai@redhat.com>2007-10-11 11:17:48 +0300
commit37fd4820e587194375fbab9e8fd1ed642dc236db (patch)
treec65564f1c6b72448c1d3a220c4528ade05c07020 /macros.in
parent9a555bf696eed5601bbead738a8ef366114c1670 (diff)
downloadlibrpm-tizen-37fd4820e587194375fbab9e8fd1ed642dc236db.tar.gz
librpm-tizen-37fd4820e587194375fbab9e8fd1ed642dc236db.tar.bz2
librpm-tizen-37fd4820e587194375fbab9e8fd1ed642dc236db.zip
Make default _topdir vendor agnostic
- follow Suse behavior by using /usr/src/packages instead of /usr/src/redhat - the default should probably be %(echo $HOME)/rpmbuild instead for sane non-root behavior, revisit this later...
Diffstat (limited to 'macros.in')
-rw-r--r--macros.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/macros.in b/macros.in
index fe6d7b3f9..342b29665 100644
--- a/macros.in
+++ b/macros.in
@@ -221,7 +221,7 @@ package or when debugging this package.\
%_tmppath %{_var}/tmp
# Path to top of build area.
-%_topdir %{_usrsrc}/redhat
+%_topdir %{_usrsrc}/packages
# The path to the unzip executable (legacy, use %{__unzip} instead).
%_unzipbin %{__unzip}