From: rhatto Date: Sun, 10 Dec 2006 23:58:22 +0000 (+0000) Subject: simplaret: added CONSIDER_ALL_PACKAGES_AS_PATCHES to simplaret_eval_config X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=9c906c856831b45c93d7bababaf44d90e20eb67e;p=simplepkg.git simplaret: added CONSIDER_ALL_PACKAGES_AS_PATCHES to simplaret_eval_config git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@74 04377dda-e619-0410-9926-eae83683ac58 --- diff --git a/src/simplaret b/src/simplaret index f5f890f..47e3f25 100755 --- a/src/simplaret +++ b/src/simplaret @@ -55,6 +55,7 @@ function simplaret_eval_config { WARNING="`simplaret_eval_parameter WARNING 0`" ROOT_PRIORITY="`simplaret_eval_parameter ROOT_PRIORITY patches slackware extra testing pasture`" SIMPLARET_PURGE_WEEKS="`simplaret_eval_parameter SIMPLARET_PURGE_WEEKS 0`" + CONSIDER_ALL_PACKAGES_AS_PATCHES="`simplaret_eval_parameter CONSIDER_ALL_PACKAGES_AS_PATCHES 0`" }