aboutsummaryrefslogtreecommitdiffstats
path: root/src/print.c
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2013-06-17 14:24:34 +0300
committerTimo Teräs <timo.teras@iki.fi>2013-06-17 14:38:27 +0300
commit9d100378074d21f99dc26bae8417932dc110664e (patch)
treee66829190a5648b146698e372b2a9403d535f866 /src/print.c
parentdbb642206d2ef73c5428a04cb10bb27e7cdd3b29 (diff)
downloadaports-9d100378074d21f99dc26bae8417932dc110664e.tar.bz2
aports-9d100378074d21f99dc26bae8417932dc110664e.tar.xz
db: refactor repository file construction
Fixes also 'fetch' applet to prefer copying/linking to files from cache if possible.
Diffstat (limited to 'src/print.c')
-rw-r--r--src/print.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/print.c b/src/print.c
index 93ef931158..aceef38da8 100644
--- a/src/print.c
+++ b/src/print.c
@@ -84,6 +84,8 @@ const char *apk_error_str(int error)
return "BAD archive";
case ENOMSG:
return "archive does not contain expected data";
+ case ENOPKG:
+ return "package not available";
default:
return strerror(error);
}