From 32a1b0be4d0952e12ce0cd35c9398626ffc05fb7 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Sun, 17 Jul 2011 12:48:48 +0200 Subject: [PATCH] Install pakfire in shell mode, again. --- pakfire/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pakfire/constants.py b/pakfire/constants.py index df11281e7..80fa14778 100644 --- a/pakfire/constants.py +++ b/pakfire/constants.py @@ -39,7 +39,7 @@ MAKEFILE_EXTENSION = "nm" PACKAGE_FILENAME_FMT = "%(name)s-%(version)s-%(release)s.%(arch)s.%(ext)s" BUILD_PACKAGES = ["build-essentials",] -SHELL_PACKAGES = ["elinks", "less", "vim",] +SHELL_PACKAGES = ["elinks", "less", "pakfire", "vim",] BUILD_ROOT = "/var/lib/pakfire/build" SOURCE_DOWNLOAD_URL = "http://source.ipfire.org/source-3.x/" -- 2.39.5