From: Michael Tremer Date: Sat, 26 Feb 2011 08:41:20 +0000 (+0100) Subject: Add pakfire to shell packages. X-Git-Tag: 0.9.3~113^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=767b1e7012da4d7ce5f2d15146e8896e4f140fb3;p=pakfire.git Add pakfire to shell packages. --- 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/"