summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-04-29 17:28:30 -0400
committerStephen Beaver <sbeaver@netgate.com>2016-04-29 17:28:55 -0400
commit09c7fae46d2757815c1e4e5ead7c9896783e7013 (patch)
tree741efc2d65ebd5588c4a2978dc4e8ed954e2e8de /src
parentdd81b8f2b44227e9a6d2d8ca3b9c0fa9b6245332 (diff)
downloadpfsense-09c7fae46d2757815c1e4e5ead7c9896783e7013.zip
pfsense-09c7fae46d2757815c1e4e5ead7c9896783e7013.tar.gz
Fix extrat return statement
Diffstat (limited to 'src')
-rw-r--r--src/etc/inc/pkg-utils.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/etc/inc/pkg-utils.inc b/src/etc/inc/pkg-utils.inc
index 9b25b1e..0857fb0 100644
--- a/src/etc/inc/pkg-utils.inc
+++ b/src/etc/inc/pkg-utils.inc
@@ -1107,7 +1107,6 @@ function get_base_pkg_name() {
/* XXX: Use pkg annotation */
if (is_pkg_installed($g['product_name'] . '-base-' . $g['platform'])) {
- return $g['product_name'];
return $g['product_name'] . '-base-' . $g['platform'];
} else if (is_pkg_installed($g['product_name'] . '-base')) {
return $g['product_name'] . '-base';
OpenPOWER on IntegriCloud