summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDieter Plaetinck <dieter@plaetinck.be>2008-11-04 14:13:10 +0100
committerDieter Plaetinck <dieter@plaetinck.be>2008-11-04 14:13:10 +0100
commit5a16c840dacd58108ac61b5344605bf5f1fd913e (patch)
treea76ce3d5da5f0980d79e7172fc34419f8d1c2ea5
parent477e3f76f0a9afe8bc6077ab02baa0471588594e (diff)
also use extra repo for dieter
-rw-r--r--src/core/procedures/base2
-rw-r--r--unofficial/modules/dieter/procedures/automatic8
2 files changed, 9 insertions, 1 deletions
diff --git a/src/core/procedures/base b/src/core/procedures/base
index cae433e..dd2842e 100644
--- a/src/core/procedures/base
+++ b/src/core/procedures/base
@@ -102,7 +102,7 @@ worker_package_list ()
worker_install_packages ()
{
- target_prepare_pacman
+ target_prepare_pacman core #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
}
diff --git a/unofficial/modules/dieter/procedures/automatic b/unofficial/modules/dieter/procedures/automatic
index 3bdb306..21a0f49 100644
--- a/unofficial/modules/dieter/procedures/automatic
+++ b/unofficial/modules/dieter/procedures/automatic
@@ -86,6 +86,14 @@ worker_package_list ()
}
+worker_install_packages ()
+{
+ target_prepare_pacman core extra #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
+}
+
+
worker_configure_home ()
{
#checkout from svn