Print out our macrofile path on --showrc
This commit is contained in:
parent
d7b393a512
commit
87be163dbb
|
@ -1750,6 +1750,9 @@ int rpmShowRC(FILE * fp)
|
|||
ds = rpmdsFree(ds);
|
||||
fprintf(fp, "\n");
|
||||
|
||||
fprintf(fp, "Macro path: %s\n", macrofiles);
|
||||
fprintf(fp, "\n");
|
||||
|
||||
rpmDumpMacroTable(NULL, fp);
|
||||
|
||||
/* XXX: Move this earlier eventually... */
|
||||
|
|
Loading…
Reference in New Issue