xbps_sync_repository_pkg_index: update comments.

--HG--
extra : convert_revision : xtraeme%40gmail.com-20091128015352-2rdqhdod9r5fe1t1
This commit is contained in:
Juan RP 2009-11-28 02:53:52 +01:00
parent e652de8d5a
commit 21bea723f4

View File

@ -127,7 +127,8 @@ xbps_sync_repository_pkg_index(const char *uri)
goto out;
}
/*
* Full path to machine arch local repository directory.
* Full path to local repository directory to store the
* package index file.
*/
lrepodir = xbps_xasprintf("%s/%s/%s",
xbps_get_rootdir(), XBPS_META_PATH, uri_fixedp);