From 767b1e7012da4d7ce5f2d15146e8896e4f140fb3 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sat, 26 Feb 2011 09:41:20 +0100 Subject: [PATCH] Add pakfire to shell packages. --- pakfire/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pakfire/constants.py b/pakfire/constants.py index 794197fa6..8a8f5d269 100644 --- a/pakfire/constants.py +++ b/pakfire/constants.py @@ -36,7 +36,7 @@ MAKEFILE_EXTENSION = "nm" PACKAGE_FILENAME_FMT = "%(name)s-%(version)s-%(release)s.%(arch)s.%(ext)s" BUILD_PACKAGES = ["build-essentials",] -SHELL_PACKAGES = ["less", "vim",] +SHELL_PACKAGES = ["less", "pakfire", "vim",] BUILD_ROOT = "/var/lib/pakfire/build" SOURCE_DOWNLOAD_URL = "http://source.ipfire.org/source-3.x/" -- 2.39.5