diff options
author | Panu Matilainen <pmatilai@redhat.com> | 2008-11-22 18:06:31 +0200 |
---|---|---|
committer | Panu Matilainen <pmatilai@redhat.com> | 2008-11-22 18:06:31 +0200 |
commit | da83a562e1fd81402a39b7c3edfdc413fa860d8c (patch) | |
tree | c061f93a19ffeb4957ea2bc22d2de84d09ce622f /rpmio/macro.c | |
parent | 86645ffd4f45a799bc904df56ca9b2f48641d245 (diff) | |
download | librpm-tizen-da83a562e1fd81402a39b7c3edfdc413fa860d8c.tar.gz librpm-tizen-da83a562e1fd81402a39b7c3edfdc413fa860d8c.tar.bz2 librpm-tizen-da83a562e1fd81402a39b7c3edfdc413fa860d8c.zip |
Add function to retrieve rpm config base directory
- one-shot to determine configuration base directory path from
RPM_CONFIGDIR environement or build-time default
- rpmfileutil is a bit strange place, this would really belong to librpm
but Lua initialization needs the path so...
Diffstat (limited to 'rpmio/macro.c')
-rw-r--r-- | rpmio/macro.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rpmio/macro.c b/rpmio/macro.c index d1cbf938b..afe41cb2f 100644 --- a/rpmio/macro.c +++ b/rpmio/macro.c @@ -1630,4 +1630,3 @@ rpmExpandNumeric(const char *arg) return rc; } - |