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 --- unofficial/modules/dieter/procedures/automatic | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'unofficial/modules/dieter/procedures') 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