From: Michael Tremer Date: Sun, 17 Jul 2011 10:48:48 +0000 (+0200) Subject: Install pakfire in shell mode, again. X-Git-Tag: 0.9.3~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=32a1b0be4d0952e12ce0cd35c9398626ffc05fb7;p=pakfire.git Install pakfire in shell mode, again. --- 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/"