diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2007-10-11 11:17:48 +0300 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2007-10-11 11:17:48 +0300 |
commit | 37fd4820e587194375fbab9e8fd1ed642dc236db (patch) | |
tree | c65564f1c6b72448c1d3a220c4528ade05c07020 /macros.in | |
parent | 9a555bf696eed5601bbead738a8ef366114c1670 (diff) | |
download | librpm-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.in | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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} |