From 5a16c840dacd58108ac61b5344605bf5f1fd913e Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Tue, 4 Nov 2008 14:13:10 +0100 Subject: also use extra repo for dieter --- src/core/procedures/base | 2 +- unofficial/modules/dieter/procedures/automatic | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3-54-g00ecf