From: Michael Tremer Date: Thu, 10 Mar 2011 16:21:44 +0000 (+0100) Subject: Install elinks by default to shell. X-Git-Tag: 0.9.3~70^2~5 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23241dbaba8aeeddfcd07eabdff4e450cb201d45;p=pakfire.git Install elinks by default to shell. --- diff --git a/pakfire/constants.py b/pakfire/constants.py index b77ac015e..953cbda9d 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",] -SHELL_PACKAGES = ["less", "pakfire", "vim",] +SHELL_PACKAGES = ["elinks", "less", "pakfire", "vim",] BUILD_ROOT = "/var/lib/pakfire/build" SOURCE_DOWNLOAD_URL = "http://source.ipfire.org/source-3.x/"