summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorPanu Matilainen <pmatilai@redhat.com>2010-02-18 12:31:34 +0200
committerPanu Matilainen <pmatilai@redhat.com>2010-02-18 12:31:34 +0200
commite9e3b5eb6e7ebb9549d60bff4badf92a2cf9b201 (patch)
treee6b74a74c69ec36d2bf7d2688f6d20b41ee88cce /build
parent3d94b4f594eafcbb0d4394416ddd82e79de58551 (diff)
downloadlibrpm-tizen-e9e3b5eb6e7ebb9549d60bff4badf92a2cf9b201.tar.gz
librpm-tizen-e9e3b5eb6e7ebb9549d60bff4badf92a2cf9b201.tar.bz2
librpm-tizen-e9e3b5eb6e7ebb9549d60bff4badf92a2cf9b201.zip
fontconfig -> font dependency extractor rename
- No functional changes, just clearing the naming conventions to avoid having to extra mapping for attribute -> extractor name. The current font provides are handled by fontconfig, but that's just an internal implementation detail.
Diffstat (limited to 'build')
-rw-r--r--build/rpmfc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/rpmfc.c b/build/rpmfc.c
index 248b2f0a8..cf9ef2988 100644
--- a/build/rpmfc.c
+++ b/build/rpmfc.c
@@ -799,7 +799,7 @@ static int rpmfcMISC(rpmfc fc)
ARGV_t fattrs = fc->fattrs[fc->ix];
if (hasAttr(fattrs, "font")) {
- what = "fontconfig";
+ what = "font";
} else if (hasAttr(fattrs, "text") && rpmFileHasSuffix(fn, ".desktop")) {
what = "desktop";
}