From 09c7fae46d2757815c1e4e5ead7c9896783e7013 Mon Sep 17 00:00:00 2001 From: Stephen Beaver Date: Fri, 29 Apr 2016 17:28:30 -0400 Subject: Fix extrat return statement --- src/etc/inc/pkg-utils.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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'; -- cgit v1.1