aboutsummaryrefslogtreecommitdiff
path: root/trunk/lib
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-17 19:22:15 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2007-04-17 19:22:15 +0000
commit4e23908b1d7c67602188b61b4e1d2802eca67523 (patch)
tree89f7311ae2bc2f8047c7ded345b876d58d94aafb /trunk/lib
parentf516ffdea9b9d5b5217306d3acc2f705a658468d (diff)
downloadsimplepkg-4e23908b1d7c67602188b61b4e1d2802eca67523.tar.gz
simplepkg-4e23908b1d7c67602188b61b4e1d2802eca67523.tar.bz2
done simplaret pt_BR documentation
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@354 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/lib')
-rw-r--r--trunk/lib/common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh
index 5c53a09..47bd037 100644
--- a/trunk/lib/common.sh
+++ b/trunk/lib/common.sh
@@ -222,7 +222,7 @@ function eval_config {
SIMPLARET_DELETE_DOWN="`eval_boolean_parameter SIMPLARET_DELETE_DOWN 1`"
SIMPLARET_UPDATE="`eval_boolean_parameter SIMPLARET_UPDATE 0`"
SIMPLARET_DELETE_DURING="`eval_boolean_parameter SIMPLARET_DELETE_DURING 0`"
- SIMPLARET_PURGE_PATCHES="`eval_boolean_parameter SIMPLARET_PURGE_PATCHES 0`"
+ SIMPLARET_PURGE_PATCHES="`eval_boolean_parameter SIMPLARET_PURGE_PATCHES 1`"
SIMPLARET_DOWNLOAD_FROM_NEXT_REPO="`eval_boolean_parameter SIMPLARET_DOWNLOAD_FROM_NEXT_REPO 1`"
PASSIVE_FTP="`eval_boolean_parameter PASSIVE_FTP 0`"
WARNING="`eval_boolean_parameter WARNING 0`"