From 734e534b78365c402934b0a6a63720d1fac4ca1d Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 4 Aug 2011 00:01:00 +0200 Subject: [PATCH] Allow better version of build-essentials. --- pakfire/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pakfire/constants.py b/pakfire/constants.py index 57eb66df5..261444820 100644 --- a/pakfire/constants.py +++ b/pakfire/constants.py @@ -38,7 +38,7 @@ MAKEFILE_EXTENSION = "nm" PACKAGE_FILENAME_FMT = "%(name)s-%(version)s-%(release)s.%(arch)s.%(ext)s" -BUILD_PACKAGES = ["build-essentials=2:1.0-1.ip3",] +BUILD_PACKAGES = ["build-essentials>=2:1.0-1.ip3",] SHELL_PACKAGES = ["elinks", "less", "pakfire", "vim",] BUILD_ROOT = "/var/lib/pakfire/build" -- 2.39.5