From 9d100378074d21f99dc26bae8417932dc110664e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20Ter=C3=A4s?= Date: Mon, 17 Jun 2013 14:24:34 +0300 Subject: db: refactor repository file construction Fixes also 'fetch' applet to prefer copying/linking to files from cache if possible. --- src/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/info.c') diff --git a/src/info.c b/src/info.c index f643df2ef1..0abff225c9 100644 --- a/src/info.c +++ b/src/info.c @@ -314,7 +314,7 @@ static void info_print_contents(struct apk_database *db, struct apk_package *pkg diri_files_list) { if (apk_verbosity > 1) printf("%s: ", pkg->name->name); - printf(PKG_FILE_FMT "\n", PKG_FILE_PRINTF(diri->dir, file)); + printf(DIR_FILE_FMT "\n", DIR_FILE_PRINTF(diri->dir, file)); } } } -- cgit v1.2.3