summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2008-02-01 20:18:23 +0200
committerPanu Matilainen <pmatilai@redhat.com>2008-02-01 20:18:23 +0200
commit7a77e1fd9fcd657fec32704628b77f6104cf5103 (patch)
tree2f8852dac03ecbd22a7ce46fd4152ef952f4b159 /lib
parent15f33b33e62a703105671dff675689265da88b16 (diff)
downloadlibrpm-tizen-7a77e1fd9fcd657fec32704628b77f6104cf5103.tar.gz
librpm-tizen-7a77e1fd9fcd657fec32704628b77f6104cf5103.tar.bz2
librpm-tizen-7a77e1fd9fcd657fec32704628b77f6104cf5103.zip
Move platform specific macros under RPMCONFIGDIR/platform/
- reduce the clutter in RPMCONFIGDIR, nicer for packaging too..
Diffstat (limited to 'lib')
-rw-r--r--lib/rpmrc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/rpmrc.c b/lib/rpmrc.c
index 2b25197a9..da1ce1459 100644
--- a/lib/rpmrc.c
+++ b/lib/rpmrc.c
@@ -33,7 +33,7 @@ static const char *defrcfiles =
const char * macrofiles =
#ifndef MACROFILES
RPMCONFIGDIR "/macros"
- ":" RPMCONFIGDIR "/%{_target}/macros"
+ ":" RPMCONFIGDIR "/platform/%{_target}/macros"
":" SYSCONFDIR "/rpm/macros.*"
":" SYSCONFDIR "/rpm/macros"
":" SYSCONFDIR "/rpm/%{_target}/macros"