diff options
author | Dieter Plaetinck <dieter@plaetinck.be> | 2008-11-04 14:13:10 +0100 |
---|---|---|
committer | Dieter Plaetinck <dieter@plaetinck.be> | 2008-11-04 14:13:10 +0100 |
commit | 5a16c840dacd58108ac61b5344605bf5f1fd913e (patch) | |
tree | a76ce3d5da5f0980d79e7172fc34419f8d1c2ea5 /unofficial/modules/dieter | |
parent | 477e3f76f0a9afe8bc6077ab02baa0471588594e (diff) |
also use extra repo for dieter
Diffstat (limited to 'unofficial/modules/dieter')
-rw-r--r-- | unofficial/modules/dieter/procedures/automatic | 8 |
1 files changed, 8 insertions, 0 deletions
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 |