diff options
Diffstat (limited to 'main/apk-tools/0001-info-fix-a-exists-to-work-if-the-name-is-non-existan.patch')
-rw-r--r-- | main/apk-tools/0001-info-fix-a-exists-to-work-if-the-name-is-non-existan.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/apk-tools/0001-info-fix-a-exists-to-work-if-the-name-is-non-existan.patch b/main/apk-tools/0001-info-fix-a-exists-to-work-if-the-name-is-non-existan.patch index f0f918a59..a2f33ffac 100644 --- a/main/apk-tools/0001-info-fix-a-exists-to-work-if-the-name-is-non-existan.patch +++ b/main/apk-tools/0001-info-fix-a-exists-to-work-if-the-name-is-non-existan.patch @@ -1,7 +1,7 @@ From 2cfca5b6ed658433419f9b581b3ba30f34c973c4 Mon Sep 17 00:00:00 2001 From: Timo Teras <timo.teras@iki.fi> Date: Wed, 5 Aug 2009 19:10:54 +0300 -Subject: [PATCH] info: fix a --exists to work if the name is non-existant +Subject: [PATCH 1/7] info: fix a --exists to work if the name is non-existant --- src/info.c | 3 +++ @@ -22,5 +22,5 @@ index a222b8c..073dc80 100644 pkg = name->pkgs->item[j]; if (apk_pkg_get_state(pkg) == APK_PKG_INSTALLED) -- -1.6.3.3 +1.6.4 |