aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/stage-manager/files/stage-manager-ipkg
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/stage-manager/files/stage-manager-ipkg')
-rwxr-xr-xrecipes/stage-manager/files/stage-manager-ipkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/stage-manager/files/stage-manager-ipkg b/recipes/stage-manager/files/stage-manager-ipkg
index 53c172e77a..105ea5458a 100755
--- a/recipes/stage-manager/files/stage-manager-ipkg
+++ b/recipes/stage-manager/files/stage-manager-ipkg
@@ -431,7 +431,7 @@ ipkg_status_matching() {
ipkg_status_installed_sd() {
local sd="$1"
local pkg="$2"
- ipkg_status_sd $sd $pkg Status | grep -q "Status: install ok installed"
+ ipkg_status_sd $sd $pkg Status | grep -q "Status: install user installed"
}
ipkg_status_installed_all() {