index : pacman | |
Archlinux32 fork of pacman | gitolite user |
summaryrefslogtreecommitdiff |
author | Dan McGee <dan@archlinux.org> | 2007-02-07 22:08:37 +0000 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2007-02-07 22:08:37 +0000 |
commit | 155aeb40fda771b0d7933349c02a497d0b4b6868 (patch) | |
tree | c56eaba2b02847d0df30e2e2e43c13296f1eb9ed /lib/libalpm/be_files.c | |
parent | 7969082a7c75c5367eaf5d8f42b93abbe17a3b4b (diff) |
-rw-r--r-- | lib/libalpm/be_files.c | 5 |
diff --git a/lib/libalpm/be_files.c b/lib/libalpm/be_files.c index 4de86523..d162da09 100644 --- a/lib/libalpm/be_files.c +++ b/lib/libalpm/be_files.c @@ -53,9 +53,8 @@ int _alpm_db_install(pmdb_t *db, const char *dbfile) { ALPM_LOG_FUNC; - /* ORE - we should not simply unpack the archive, but better parse it and - db_write each entry (see sync_load_dbarchive to get archive content) */ + /* TODO we should not simply unpack the archive, but better parse it and + * db_write each entry (see sync_load_dbarchive to get archive content) */ _alpm_log(PM_LOG_DEBUG, _("unpacking database '%s'"), dbfile); if(_alpm_unpack(dbfile, db->path, NULL)) { |