summaryrefslogtreecommitdiff
path: root/unofficial
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-04 14:48:32 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-04 14:48:32 +0100
commit255d0df3c1e3c7bacb709f4ce2a25fa55bb73d8f (patch)
tree4aee86698428512f502590b2353ded63f3c27e32 /unofficial
parent9b10c079cebc92eee2a94ff6aa940815e0b3c551 (diff)
also enabled community repo
Diffstat (limited to 'unofficial')
-rw-r--r--unofficial/modules/dieter/procedures/automatic2
1 files changed, 1 insertions, 1 deletions
diff --git a/unofficial/modules/dieter/procedures/automatic b/unofficial/modules/dieter/procedures/automatic
index 21a0f49..680e8c9 100644
--- a/unofficial/modules/dieter/procedures/automatic
+++ b/unofficial/modules/dieter/procedures/automatic
@@ -88,7 +88,7 @@ worker_package_list ()
worker_install_packages ()
{
- target_prepare_pacman core extra #TODO: it would be better if this was a separate worker, i think
+ target_prepare_pacman core extra community #TODO: it would be better if this was a separate worker, i think
[ -z "$TARGET_PACKAGES" ] && die_error "No packages listed to be installed!"
installpkg
}