summaryrefslogtreecommitdiffstats
path: root/usr/local/www/pkg_mgr_install.php
diff options
context:
space:
mode:
authorColin Smith <colin@pfsense.org>2005-04-23 05:20:00 +0000
committerColin Smith <colin@pfsense.org>2005-04-23 05:20:00 +0000
commit5cab2f55cea40400364bd5eafc232a4491455473 (patch)
tree0afd5293573a88b15e6950e7bb178f3f3bc72373 /usr/local/www/pkg_mgr_install.php
parentf2fd939ce5495208cf8f3e8e1cff3befd154e3d1 (diff)
downloadpfsense-5cab2f55cea40400364bd5eafc232a4491455473.zip
pfsense-5cab2f55cea40400364bd5eafc232a4491455473.tar.gz
Minor tweaks.
Diffstat (limited to 'usr/local/www/pkg_mgr_install.php')
-rwxr-xr-xusr/local/www/pkg_mgr_install.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/pkg_mgr_install.php b/usr/local/www/pkg_mgr_install.php
index 74e2609..46b4756 100755
--- a/usr/local/www/pkg_mgr_install.php
+++ b/usr/local/www/pkg_mgr_install.php
@@ -282,7 +282,7 @@ foreach ($packages_to_install as $id) {
$static_orig = $static_output;
$static_output .= "\n";
update_output_window($static_output);
- pkg_fetch_recursive($pkgent['name'], $pkgent['depends_on_package'], 0, $pkgent['depends_on_package_base_url']);
+ pkg_fetch_recursive($pkgent['name'] . "-" . $pkgent['version'], $pkgent['depends_on_package'], 0, $pkgent['depends_on_package_base_url']);
$static_output = $static_orig . "done.\n";
update_output_window($static_output);
}
OpenPOWER on IntegriCloud