diff options
Diffstat (limited to 'libopkg')
-rw-r--r-- | libopkg/opkg_download.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libopkg/opkg_download.c b/libopkg/opkg_download.c index e84340a..b1f009f 100644 --- a/libopkg/opkg_download.c +++ b/libopkg/opkg_download.c @@ -252,7 +252,7 @@ opkg_download_pkg(pkg_t *pkg, const char *dir) sprintf_alloc(&url, "%s/%s", pkg->src->value, pkg->filename); - /* XXX: BUG: The pkg->filename might be something like + /* The pkg->filename might be something like "../../foo.opk". While this is correct, and exactly what we want to use to construct url above, here we actually need to use just the filename part, without any directory. */ |