From a2d218eb4c0c1d70a5745d19803c8e89d3ced9a2 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 2 Jan 2009 17:22:43 +0100 Subject: [PATCH] xbps_unpack_archive_cb: fix a comment. --HG-- extra : convert_revision : 48bda135d47987c22ce71b46d999d48ef83a7f99 --- lib/install.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/install.c b/lib/install.c index 024f911007..30889f1cab 100644 --- a/lib/install.c +++ b/lib/install.c @@ -282,7 +282,7 @@ xbps_unpack_archive_cb(struct archive *ar, prop_dictionary_t pkg) prop_dictionary_get_cstring_nocopy(pkg, "version", &version); /* - * This length is '.%s/metadata/%s/prepost-action.sh' not + * This length is '.%s/metadata/%s/prepost-action' not * including nul. */ len = strlen(XBPS_META_PATH) + strlen(pkgname) + 26;