From 232fa03ca52eafa72bd971a8159bb950ee48c451 Mon Sep 17 00:00:00 2001 From: Greg Pazo Date: Fri, 27 Jun 2014 15:19:25 -0400 Subject: [PATCH] anything greater than version 2.4.0 will be fine as a pre-req --- scripts/xml/distribution_package.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/xml/distribution_package.xml b/scripts/xml/distribution_package.xml index cde869e7f..9dc2cbe91 100644 --- a/scripts/xml/distribution_package.xml +++ b/scripts/xml/distribution_package.xml @@ -52,7 +52,7 @@ - SELECT TRUE FROM pkghead WHERE pkghead_name = 'xwd' AND (pkghead_version ~* '2.4'); + SELECT TRUE FROM pkghead WHERE pkghead_name = 'xwd' AND (pkghead_version >= '2.4'); This package must be applied against the 2.4.0 version of the xwd package. -- 2.39.2