From 982a5429ae5cff5cca5b22c328a12e3106d26bc5 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 10 Nov 2011 19:41:08 +0100 Subject: [PATCH] Allow multiple installations of kernel-PAE. --- python/pakfire/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/pakfire/constants.py b/python/pakfire/constants.py index 76a9f0883..69d70096b 100644 --- a/python/pakfire/constants.py +++ b/python/pakfire/constants.py @@ -173,7 +173,7 @@ end PACKAGE_INFO_DESCRIPTION_LINE = PACKAGE_INFO_DEPENDENCY_LINE = "\t\t%s" # XXX make this configurable in pakfire.conf -PAKFIRE_MULTIINSTALL = ["kernel",] +PAKFIRE_MULTIINSTALL = ["kernel", "kernel-PAE",] SCRIPTLET_INTERPRETER = "/bin/sh" SCRIPTLET_TIMEOUT = 60 * 15 -- 2.39.5