From 424f775d1a036618584f09f924082240a17d6e74 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 23 Dec 2012 11:21:08 +0100 Subject: [PATCH] Allow installation of multiple kernel-exynos packages. --- python/pakfire/constants.py | 1 + 1 file changed, 1 insertion(+) diff --git a/python/pakfire/constants.py b/python/pakfire/constants.py index 49dc1a57e..206b1f658 100644 --- a/python/pakfire/constants.py +++ b/python/pakfire/constants.py @@ -194,6 +194,7 @@ PACKAGE_INFO_DESCRIPTION_LINE = PACKAGE_INFO_DEPENDENCY_LINE = "\t\t%s" # XXX make this configurable in pakfire.conf PAKFIRE_MULTIINSTALL = [ "kernel", + "kernel-exynos", "kernel-kirkwood", "kernel-legacy", "kernel-omap", -- 2.39.5