From ed6b04d865c2a53ec04b70769c10b90ff0326c26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=E7i?= Date: Mon, 1 Feb 2010 18:05:27 +0000 Subject: Resolves #309. Seems that including config.inc has bad habits on packages. Workaround this for now until the package config include is fixed. --- etc/inc/pkg-utils.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/etc/inc/pkg-utils.inc b/etc/inc/pkg-utils.inc index 5d48ffc..b1a53b6 100644 --- a/etc/inc/pkg-utils.inc +++ b/etc/inc/pkg-utils.inc @@ -458,6 +458,8 @@ function install_package($package, $pkg_info = "") { $changedesc = "Overwrote previous installation of {$pkg_info['name']}."; $to_output = "overwrite!\n"; } + /* XXX: This is a workaround for Ticket #309. */ + write_config($changedesc); $static_output .= $to_output; update_output_window($static_output); /* install other package components */ -- cgit v1.1