From: Michael Tremer Date: Thu, 10 Nov 2011 18:41:08 +0000 (+0100) Subject: Allow multiple installations of kernel-PAE. X-Git-Tag: 0.9.18~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=982a5429ae5cff5cca5b22c328a12e3106d26bc5;p=pakfire.git Allow multiple installations of kernel-PAE. --- 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