diff options
author | Allan McRae <allan@archlinux.org> | 2014-01-01 10:40:49 +0100 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2014-01-06 05:38:49 +0100 |
commit | 7fa35f32d8526e77c3e2ef075bc2aa353a9fafe3 (patch) | |
tree | 6413a7ca1e060edf23701b2b5586e9f117252f32 /lib/libalpm | |
parent | 19445e42e6ec2eb631c3d18f0cb161548996d787 (diff) | |
download | pacman-7fa35f32d8526e77c3e2ef075bc2aa353a9fafe3.tar.gz pacman-7fa35f32d8526e77c3e2ef075bc2aa353a9fafe3.tar.xz |
Update comment for local db entry creation
Mention mtree files do not need creation in addtion to install files.
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'lib/libalpm')
-rw-r--r-- | lib/libalpm/be_local.c | 4 |
1 files changed, 2 insertions, 2 deletions
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); |