From 7fa35f32d8526e77c3e2ef075bc2aa353a9fafe3 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Wed, 1 Jan 2014 19:40:49 +1000 Subject: Update comment for local db entry creation Mention mtree files do not need creation in addtion to install files. Signed-off-by: Allan McRae --- lib/libalpm/be_local.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/libalpm/be_local.c') diff --git a/lib/libalpm/be_local.c b/lib/libalpm/be_local.c index 2c18a453..96fe52be 100644 --- a/lib/libalpm/be_local.c +++ b/lib/libalpm/be_local.c @@ -990,8 +990,8 @@ int _alpm_local_db_write(alpm_db_t *db, alpm_pkg_t *info, alpm_dbinfrq_t inforeq fp = NULL; } - /* INSTALL */ - /* nothing needed here (script is automatically extracted) */ + /* INSTALL and MTREE */ + /* nothing needed here (automatically extracted) */ cleanup: umask(oldmask); -- cgit v1.2.3-24-g4f1b