diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2009-03-27 14:01:47 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2009-03-27 14:01:47 +0200 |
commit | 2d2bda29c159f16689c05fd4dda20a3f70597e1d (patch) | |
tree | a0c09d8ec217e4c646ade85d2fad11704774bb3b /macros.in | |
parent | a5eeff6d42d6452a85942f89a6b3a1196ccc47bc (diff) | |
download | rpm-2d2bda29c159f16689c05fd4dda20a3f70597e1d.tar.gz |
Add built-in %getconfdir macro for getting rpmConfigDir() value
- define %_rpmconfigdir via %getconfdir in the main macro config, this
avoids it getting lost on macro reloads as happens when building
several packages at once
Diffstat (limited to 'macros.in')
-rw-r--r-- | macros.in | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -141,6 +141,9 @@ # These are the default values that can be overridden by other # (e.g. per-platform, per-system, per-packager, per-package) macros. # +# The directory where rpm's configuration and scripts live +%_rpmconfigdir %{getconfdir} + # The directory where sources/patches will be unpacked and built. %_builddir %{_topdir}/BUILD |